Ashish,

> > I want to enable plain(no gzip) archiving of all the email messages that
> > are received on my postfix with amavis(spamassassin , clamAV) setup.
> > 
> > This is to generate a sample email data that I can use to tune my spam
> > assassin.

Noel Jones wrote:
> Look for the $clean_quarantine_method settings in
> amavisd.conf-sample.  To store clean mail in the
> $QUARANTINEDIR/clean directory, use something like: 
>   $clean_quarantine_method = 'local:clean/%m'; 
> ("clean" directory must exist; amavisd won't create the directory)

Indeed. Or use $archive_quarantine_method, which stores messages
regardless of sa kill level or other contents categorizations:

  $archive_quarantine_method = 'local:archive/%m';


Mark


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 Please visit http://www.ijs.si/software/amavisd/ regularly
 For administrativa requests please send email to rainer at openantivirus dot 
org

Reply via email to