Matt,

> @spam_lovers_maps = ( '[EMAIL PROTECTED]' );

Gary V wrote:
> Your syntax is wrong here and because of this everyone is a spam_lovers.

Exactly. Instead of providing a true lookup table (a list, a hash,
a regexp-type list), you are providing a 'constant'. Every lookup
into @spam_lovers_maps returns this constant, and when interpreted
as a boolean, it is always true, so every recipient is a spam lover,
which is equivalent to $final_spam_destiny=D_PASS;

See README.lookups, search for the section 'A CONSTANT'.

  Mark

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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