Jose,

> This leads me to another question.  The quarantined spam messages
> accumulate very fast.  To make searching for the occasional false-
> positive easier, I want to keep the quarantined messages in
> directories organized by date (yyyymmdd).  I saw the variable
> $quarantine_subdir_levels.  Does this variable play any roll in
> creating directory hierarchies in the quarantine directory?  Is there
> a better method for making quicker searches possible?  MySQL maybe?

Setting:
  $spam_quarantine_method = 'local:spam/%i-%m.gz';
  $quarantine_subdir_levels = 1;

would produce quarantine file names like:
  spam/9/20060814-173250-9Gwer3z87zbN.gz
         date     time   mail_id

which includes a timestamp (local time) in place of %i in the template.

Btw, the quarantine name template allows for the following substitutions:

  %b  $msginfo->body_digest
  %m  $msginfo->mail_id
  %i  iso8601_timestamp($msginfo->rx_time,1)
  %n  am_id()
  %%  a single %

> MySQL maybe?

Certainly can help if you enable logging to SQL.
See "Some examples of a query:" in README_FILES/README.sql .

Besides ability to query the database, it makes pen-pals
whitelisting available.

  Mark

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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/

Reply via email to