> At 11:10 AM Wednesday, 9/13/2006, Michel Vaillancourt wrote -=> >>Fábio Gomes wrote: >> > Hi list, >> > >> > Is there any way to block messages with >> links to executables like *.exe, >> > *.com and *.scr? >> > >> >> If you are using Postfix as your MTA, this isn't hard to do at >> all. > > Or - if you are using procmail: > > #Delete all messages with exe attachments > :0 > * ^content-type: application/octet-stream > /dev/null
Amavisd-new will also drop attachments with a configurable list of file extentions, but the question refered to links to exe's, not actual exe attachments. -Bill --