[AMaViS-user] Multiple Quarantine Methods...

2006-11-04 Thread Ed Walker
Hello- I'm thinking of moving from one quarantine method (SMTP) to another (SQL), and for some period of time, I'd like to be doing both. Is it possible to do this? Can I send one quarantine copy via SMTP and another to the SQL database? Thanks- Ed

[AMaViS-user] idea for SQL database storage...

2005-07-08 Thread Ed Walker
Instead of storing the client_addr as a VARCHAR(255), how about storing it instead as a 32bit number in a column of type UNISIGNED INT? This'll reduce storage and speed queries. MySQL can convert back and forth using inet_aton and inet_ntoa. Perhaps there's something similar for postgres

[AMaViS-user] (no subject)

2005-06-27 Thread Ed Walker
Hi Mark- Another request for a little more logging info: We've got these indicators for use in per-recipient logging: %1 above tag level for this recipient: Y or 0 %2 above tag2 level for this recipient: Y or 0 %k above kill level for this recipient: Y or 0 How about one that

Re: [AMaViS-user] benchmark question

2005-06-19 Thread Ed Walker
Question: Is your amavisd directory a tmpfs? It makes a big difference. Also, if you want to really compare it with amavisd turned off, then you might want to have postfix forward to another instance of postfix on the same machine, simulating how amavisd forwards email to a separate postfix

[AMaViS-user] Feature request: for log_templ, different macros for spam score and boost

2005-06-15 Thread Ed Walker
A request for a small change for the next version of amavisd: We'd like to log slightly more detailed info of the messages. We use log_recip_templ, and it would be nice if we could store the score reported by spam assassin with a separate value for the whitelist/blacklist boost score.