Rick, > I would like to decide if I have to TAG a message as Spam > and deliver it to the user as tagged spam message or directly > reject the message.
The spam_lovers flag selects whether to deliver spam (tagged, depending on tag2_level), or not to deliver, assuming spam_destiny is D_BOUNCE or D_DISCARD. > Some users would like to delete spam theirself other users wants spam to > be rejected before being delivered to their mailbox. > is it posible to do this with amavisd-new ? You can use static lookup tables in @spam_lovers_maps, or use SQL (or LDAP). SQLite is a good candidate for simple SQL setup of user preferences for amavisd-new, when static tables do not suffice. Mark ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ 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/
