damiien wrote:

> Hi,

> I whitelisted a domain with

> map { $whitelist_sender{lc($_)}=1 } (qw(
>   .mydomain.com
> ));

> I'd like to exclude a single user from whitelisting (eg.
> [EMAIL PROTECTED] ).
> Any thought or examples on how to do this?

> Thanks in advance,
> Damien

You could instead use ACL here:

@whitelist_sender_acl = qw( [EMAIL PROTECTED] .example.com );

If you are really whitelisting your own domain (as mydomain may
indicate) you can expect some spammers to use your domain as the
sending domain, which means you will be whitelisting some spam.

Gary V


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