paulobruck1, > nope, following Sahil Tandon advice from the list I insert : > $clean_quarantine_method = 'sql:'; > restart amavis and test it again sending an simple email to me and > checking table msgs again: > > mysql> use amavis ; > Reading table information for completion of table and column names > You can turn off this feature to get a quicker startup with -A > > Database changed > mysql> select * from msgs where content ='C'; > Empty set (0.00 sec)
The $clean_quarantine_method='sql:' should have sufficed, assuming $clean_quarantine_to is left at its default (nonempty). Note that $clean_quarantine_method does not cover other contents categories like bad header and banned, quarantining for these needs to be enabled independenly. Alternatively, you may want to consider: $archive_quarantine_method = 'sql:'; If that still doesn't work for you, show the log at sufficiently high log level (5 if in doubt). Mark ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ 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/