Re: sendmail wrapper, -oi option
Davide Libenzi <[email protected]>
| Newsgroups | gmane.mail.xmail.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 9 Mar 2010, Sabahattin Gucukoglu wrote: > On 9 Mar 2010, at 01:34, Davide Libenzi wrote: > On Sun, 7 Mar 2010, Davide Libenzi wrote: > >> On Sun, 7 Mar 2010, Sabahattin Gucukoglu wrote: > >>> What does -F control in XMail? If used will it override what is already > >>> in the From: field? -f should only change the envelope sender otherwise > >>> unless From: doesn't exist, in which case create it. Sendmail (the real > >>> thing) also added Date: and Message-ID, if not present. > >> > >> Did you actually tried it, before posting this? > > TMDA doesn't give control over sendmail's arguments, but actually I > tried using all options together, and it broke the wrapper: > sendmail [email protected] -F'Real Name' [email protected] > > For me this creates a file in spool/temp that is empty, and doesn't move > it. When I lose the -F, it works just fine. This is because XMail expects the -F parameter to have a different format, which I just noticed goes against sendmail format. XMail expect the -F to be like: -F'"Davide Libenzi" <[email protected]>' While sendmail wants: -F"Davide Libenzi" [email protected] This needs fixing on my side. - Davide _______________________________________________ xmail mailing list [email protected] http://xmailserver.org/mailman/listinfo/xmail