Friday 4 December 2009

Making Amavis work with Office 2007 documents

Want to unblock Office 2007 documents from the ban list in Amavis, e.g. because they contain WMF thumbnails! Add the following to amavis conf files in banned_filename_re section

[ qr'^application/vnd.openxmlformats-officedocument.spreadsheetml.sheet$'i => 0 ],
[ qr'^application/vnd.openxmlformats-officedocument.wordprocessingml.document$'i => 0 ],
[ qr'^application/vnd.openxmlformats-officedocument.presentationml.presentation$'i => 0 ],

No comments:

Post a Comment