Rob, > 1) There was no way of specifying system maximums. Eg. drop anything with > a spam score higher then 30, or quarentine all virus emails. The user > could always override the "maximums".
If you are talking about SQL lookups for per-recipient settings, you must already have some SQL authentication in place and some value validation when users are updating their settings - one would not let users mess directly with SQL SELECT/UPDATE/INSERT. So if you need to provide some maximum allowed value, the most natural place to do so is in your (G)UI to SQL. > 2) If an email was sent to three recipients, and one of them passed it, > then all recipients would get it because amavis did not modify the > envelope. That is not the case. Both the header tagging and appending address extensions are fully per-recipient capable, and so is *_lovers and setting spam levels (tag/tag2/kill). > Does amavis support the lmtp per user responses now? > It did not use to. I am using 2.2 with Maia. It does on its server side. The only missing catch was handling the 4xx responses, which came with the 2.3.0 release: - at last: when mail is received through LMTP protocol, gracefully handle a temporary failure 4xx reply from MTA to a RCPT TO command and pass it back to a LMTP client for tempfailed recipients only, instead of returning 450 for _all_ recipients (needed the sending routine to be aware of the receiving side capabilities, which was previously not available); On the amavisd client side (forwarding mail back to MTA), LMTP is currently not supported, mostly because of the lack of a quality Perl module for this protocol. Mark ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&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/
