Stanchi di *.gif spam ?

Lo spam mediante allegati gif sta raggiungendo punte molto rilevanti :(
Con Postfix il problema si risolve in due semplici mosse

creiamo un nuovo file, es mime_header_checks.regexp

server:/etc/postfix# vi /etc/postfix/mime_header_checks.regexp

editiamolo così

/(file)?name=\”?.*\.(gif|GIF)\”?/ REJECT Sorry, I can no longer accept gif file

infine nel main.cf

## GIF SPAM ? no thanks

mime_header_checks = regexp:/etc/postfix/mime_header_checks.regexp

Riavviamo postfix et voilà il gioco è fatto

April 1st, 2007 Posted in Tech stuff

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Powered by WordPress | Blue Weed by Blog Oh! Blog | Entries (RSS) and Comments (RSS).