> Is it possilble to change quarantine-settings for > "file-naming" of quarantined items and where do i have to do this? > >
Yes. Set the variable "$spam_quaranting_method" as indicated below in your amavisd.conf file, and reload amavsid. > Path of quarantined mails: > > /var/lib/amavis/virusmails/spam-* > > example: > > new format: > > /var/lib/amavis/virusmails/spam-zhUP2pIl4N2X.gz > > old format: > > /spam-57db2a646a8cd015efbfbae443b997c6-20060926-200024-32648-02.gz > > Why:? > I wrote a script which relearns (sa-learn) the spammails (for the last > month) so it was really easy to grep for the block after 2nd > "-" , in Format YYYYMMDD, its also much easier to few mails > easy and fast on the commandline in this format ... > Add or modify the %m macro to meet your needs. $spam_quarantine_method = 'local:spam-%m'; See README.customize for an explanation of the macros available (eg. %y, %date_rfc2822_local, etc.) MrC ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ 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/
