Hello,
I have a problem: I want to block "evil" attachment types (vbs, exe, etc),
but I _do_ want to allow these files if they are zipped, i.e. I do not
want to run perl-scanner in recursive mode on files inside archive.
Is there a way to do it?
--
Eugene Miretskiy <[EMAIL PROTECTED]>
INVI
Does admin _really_ need to know about klez virus?
Why is it that qmail-scanner notifies sender only when virus
is not "klez", but always notifies admin?
The fix if very simple: just add
if (&valid_virus_to_report($quarantine_description));
after &email_sender("admin") line, but I was wandering
Hello,
Is it possible to instruct qmail-scanner not to quarantine
certain messages (s.a. .exe files) and instead return
hard error (31) which will be propagated to the sender?
This might require some modifications of quarantine-attachments.txt format,
but I think this might be quite useful (at
Hello,
I'm new to this list so please don't shoot me if this was discussed before..
I would like to selectivelly enable/disable certain scanners based on env. vars,
i.e. use tcpserver to enable/disable spam scanning/av scanning.
While I can easily compile multiple copies of qmail-scanner and se