Michael,

> Return-Path:
>         <[EMAIL PROTECTED]>
> Delivered-To: spam-quarantine
> X-Envelope-From:
>         <[EMAIL PROTECTED]>

> find ./ -type f -exec zgrep -C1 '^Return-Path:$' {} \;

So what makes you think this is wrong?

It is just an example of rfc2822 header field folding at work.
Note that rfc2822 says that lines SHOULD not be longer than 78 characters,
and folding is allowed at any FWS point. There is nothing in standards
that would prohibit Return-Path from being folded.

Looks like you parsing script does not follow the rules.

  Mark

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to