Penguin
Diff: EximMailFilter
EditPageHistoryDiffInfoLikePages

Differences between version 22 and previous revision of EximMailFilter.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 22 Last edited on Thursday, November 17, 2005 11:17:41 am by CraigBox Revert
Older page: version 21 Last edited on Monday, June 27, 2005 4:46:30 pm by JamieCurtis Revert
@@ -261,11 +261,14 @@
  {\N(\.bat|\.btm|\.cmd|\.com|\.cpl|\.dll|\.exe|\.lnk|\.msi|\.pif|\.prf|\.reg|\.scr|\.vbs|\.url)$\N} \ 
  {1}{0}} 
  message = Blacklisted file extension detected in "$mime_filename". If you legitimately need to send these files please zip them first. 
  log_message = DENY: Blacklisted extension ("$mime_filename") 
+  
+ # accept otherwise  
+ accept  
 </pre> 
  
 Unfortunately because of a bug in exim 4.50 you may see "cannot test regex condition in MIME ACL". This stops you doing the Line Length check. This is described here: 
  
 http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20050307/msg00131.html 
  
 You can tweak the values for Proposed filename, MIME boundary length and Line Length to work for your users Some mailers conform more strictly to the MIME spec than others.