Luis,

> >   $hdr_edits->delete_header('X-Notes-Item');

> This could help me with an issue which showed off when I recently
> enabled SMTP AUTH over my Postfix 2.2 for my users to send mail from
> outside our LAN. Everytime some user sends mail through the server, it
> gets tagged with SPF_FAIL by SA. If I could remove the Received:
> header which get posted over the mail when an authenticated user send
> a mail from his/her home connection, that rule wouldn't hit. In other
> words, I would like to anonymize some headers. Dunno if it's possible
> with Amavis or via header_checks.

delete_header applies to mail on its way out, but does not
affect what SA sees, so this does not help your purpose,
you want to remove the header in Postfix, before content filtering.

... but better, fix the SPF issue, or just do not score it too strongly.

Mark

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
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