[Postfixbuch-users] PDFs mit MIME-Type application/x-msdownload akzeptieren
Christian Schmidt
Christian.Schmidt at chemie.uni-hamburg.de
Do Jun 6 16:37:44 CEST 2013
Hallo zusammen,
wir haben in der letzten Zeit mehrfach Anfragen unserer Benutzer zu
folgender Problematik bekommen:
amavis[5616]: (05616-01) p.path BANNED:1 ***@t-online.de: "P=p005,L=1,M=multipart/mixed |
P=p002,L=1/2,M=application/x-msdownload,T=pdf,N=Vorlesung-Teil4.pdf",
matching_key="(?i-xsm:^application/x-msdownload$)"
amavis[5616]: (05616-01) Blocked BANNED (application/x-msdownload,.pdf,Vorlesung-Teil4.pdf),
LOCAL [134.100.212.8] [90.136.35.149] <***@chemie.uni-hamburg.de> ->
<***@t-online.de> [..]
Zumindest in einem Fall lag die Ursache vermutlich in einer
fehlerhaften MIME-Type-Definition des Clients (Thunderbird).
(Wie) koennen wir amavis anweisen, dass es Attachments mit dem
MIME-Type application/x-msdownload durchlaesst, wenn es sich um
Dateien mit der Namensendung ".pdf" handelt?
Danke fuer Eure Unterstuetzung!
Aktuell enthaelt unsere amavis-Konfiguration folgendes:
$banned_filename_re = new_RE(
### BLOCK THE FOLLOWING, EXCEPT WITHIN UNIX ARCHIVES:
[ qr'^\.(gz|bz2)$' => 0 ], # allow any in gzip or bzip2
[ qr'^\.(rpm|cpio|tar)$' => 0 ], # allow any in Unix-type archives
qr'.\.(pif|scr)$'i, # banned extensions - rudimentary
### BLOCK THE FOLLOWING, EXCEPT WITHIN ARCHIVES:
[ qr'^\.(zip|rar|arc|arj|zoo)$'=> 0 ], # allow any within these archives
qr'^application/x-msdownload$'i, # block these MIME types
qr'^application/x-msdos-program$'i,
qr'^application/hta$'i,
qr'^\.(exe-ms|dll)$', # banned file(1) types, rudimentary
qr'^\.(exe|lha|cab|dll)$', # banned file(1) types
# block certain double extensions in filenames
qr'^(?!cid:).*\.[^./]*[A-Za-z][^./]*\.\s*(exe|vbs|pif|scr|bat|cmd|com|cpl|dll)[.\s]*$'i,
qr'\{[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}\}?'i, # Class ID CLSID, strict
qr'.\.(exe|vbs|pif|scr|cpl|bat|cmd|com)$'i, # banned extension - basic+cmd
);
Gruss/Regards,
Christian Schmidt
--
Q: What do you get when you cross the Godfather with an attorney?
A: An offer you can't understand.
Mehr Informationen über die Mailingliste Postfixbuch-users