albi albinootje wrote: > > mm, i wasn't aware that postfix can possibly also block gif-attachments, > thanks for the reminder
Not that I encourage blocking gif, but you can use header_checks. something like: /^Content-Type:\s*image\/gif/ 550 gif obsoleted here. use png. should do. If spammers fake the type and MUAs tolerate that, you can use the "name=" attribute as well, but you'll also need the base64 and QP versions. PS. converting gif to jpeg isn't always good. compressed jpeg is not appropriate for images that contain text such as cartoons, screenshots. In these case, png is a better choice. On the other hand, png and jpeg don't support animations, but who cares;-p ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
