Re: Additional headers when using pipe transport

2009-03-13 Thread Wietse Venema
Christian Ludwig: > Hello, > > Wietse Venema: > > That looks like an improper implementation of the "initial dot > > stuffing" algorithm of SMTP. > > > > See RFC5321 for how this is done correctly. > > http://tools.ietf.org/html/rfc5321#section-4.5.2 > > So how can I change this configuration?

Re: Additional headers when using pipe transport

2009-03-13 Thread Christian Ludwig
Hello, Wietse Venema: > That looks like an improper implementation of the "initial dot > stuffing" algorithm of SMTP. > > See RFC5321 for how this is done correctly. > http://tools.ietf.org/html/rfc5321#section-4.5.2 So how can I change this configuration? See, I send a properly formated mail

Re: Additional headers when using pipe transport

2009-03-13 Thread Wietse Venema
Christian Ludwig: > Hello, > > Wietse Venema: > > Your original message looks like this: > > > > > |Content-Type: multipart/alternative; > > > |boundary="_=_NextPart_001_01C9A2F0.A8C3BC75" > > > |Subject: Another test > > > |Date: Thu, 12 Mar 2009 09:58:07 +0100 > > > |Message-ID: > > > |Fro

Re: Additional headers when using pipe transport

2009-03-13 Thread Christian Ludwig
Hello, Wietse Venema: > Your original message looks like this: > > > |Content-Type: multipart/alternative; > > |boundary="_=_NextPart_001_01C9A2F0.A8C3BC75" > > |Subject: Another test > > |Date: Thu, 12 Mar 2009 09:58:07 +0100 > > |Message-ID: > > |From: Somebody > > |To: > > This is not

Re: Additional headers when using pipe transport

2009-03-13 Thread Wietse Venema
Christian Ludwig: > Hello, > > I want to process all mails through a script. Therefore I have set up a > pipe transport in master.cf, which looks like > > |dfixunix- n n - - pipe > | flags=q user=user argv=fix-disclaimer.pl -f ${sender} ${recipient} > |[...] > |:smtp inet

Additional headers when using pipe transport

2009-03-13 Thread Christian Ludwig
Hello, I want to process all mails through a script. Therefore I have set up a pipe transport in master.cf, which looks like |dfixunix- n n - - pipe | flags=q user=user argv=fix-disclaimer.pl -f ${sender} ${recipient} |[...] |:smtp inetn - n - 10