thank but actually i was more looking for custom filters other users made.
Here is a more fine tuned one out of the manual:
Regexp. Pattern: Filter Type: Explanation:
/^Content-(Disposition|Type).*name\s*=\s*"?(.*\.(bat|exe|scr |lnk|com))(\?=)?"?\s*(;|$)/x MIME-Header Filter This will match all messages that have attachments whose files end in .bat, .com, .exe or .dll.
What i dont understand is what the difference is betwee reject (does a warning go out), ignore and discard.
Can you shed some light on it ?
Added two cronjobs aswell related to messages who where hold.
10 2 * * * find /var/lib/amavis/virusmails/ -type f -mtime +31 -exec rm {} \;
15 2 * * * find /var/lib/amavis/tmp/ -type f -mtime +31 -exec rm -r {} \;
Last edited by cyrus1977; 7th January 2011 at 23:13.
|
Recent comments
5 hours 21 min ago
6 hours 21 min ago
10 hours 8 min ago
11 hours 22 min ago
14 hours 58 min ago
22 hours 13 min ago
1 day 7 hours ago
1 day 8 hours ago
1 day 23 hours ago
2 days 2 hours ago