Chris Picton wrote: > 1: I would like to quarantine metadata (to/from/score/tests/etc) to a > database, while keeping the file on disk. Is this possible, or should I > write a script which scans the quarantine dir and extracts metadata for > myself?
Some data is there already. Have a look at README.sql-mysql and table structure. Tests are not logged to DB but can go to syslog maillog. > 2: can I quarantine to a multi-level hash directory: ie, > quarantine/A/V/E/AVEGwyZaKYwt.gz Yes, the feature is there. #$quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine See the amavisd.conf-sample in your distribution directory for the full list of options! Paolo ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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/
