Michael,

> I use 'MYNETS', not myusers.
>
> > $policy_bank{'MYUSERS'} = {
> >     allow_disclaimers => 1,
> > };

Correct, MYNETS is reliable (is based on client IP address),
MYUSERS is not, anybody can provide any sending address he likes.

> And this (Mark: do I need this? Or just if I want to avoid adding
> ownership of a virus laden email I send out ;-)
>
>   $defang_maps_by_ccat{+CC_CLEAN} = [ 'disclaimer' ];

It is necessary that %defang_maps_by_ccat results in
a string 'disclaimer' (or 'nulldisclaimer' for testing)
for a given mail contents, in order for disclaimers to be inserted.

If adding disclaimers should apply to any mail contents sent
by our users, one can assign it to $defang_maps_by_ccat{+CC_CATCHALL}.
For me it makes more sense to exclude outgoing problematic mail
from being disclaimed, although company policy may dictate otherwise.

Most of the time it would not make any difference, because
viruses/spam/banned are blocked anyway. It may make sense
to also add disclaimers to outgoing mail with bad headers:

  $defang_maps_by_ccat{+CC_BADH} = [ 'disclaimer' ];


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
[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