Joel,

> # mail locally submitted on the host on which MTA runs
> $policy_bank{'INT-HOST'} = {
>   bypass_spam_checks_maps   => [ 1 ],
>   bypass_banned_checks_maps => [ 1 ],
> };
>
> Shouldn't this be the following to guarantee that the email is delivered?
>
> # mail locally submitted on the host on which MTA runs
> $policy_bank{'INT-HOST'} = {
>   bypass_spam_checks_maps   => [ 1 ],
>   bypass_banned_checks_maps => [ 1 ],
>   spam_lovers_maps => [ 1 ],
>   banned_files_lovers_maps => [ 1 ],
> };

Probably so (in view of your particular case), can't hurt.
I updated the docs, thanks.

  Mark


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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