Differences between version 20 and previous revision of EximMailFilter.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 20 | Last edited on Monday, June 27, 2005 2:59:56 pm | by JamieCurtis | Revert |
Older page: | version 19 | Last edited on Monday, June 27, 2005 1:28:00 pm | by JamieCurtis | Revert |
@@ -212,8 +212,10 @@
log_message = DENY: MIME Error (Too many MIME parts: $mime_part_count)
# Excessive line length
#
+ # BEWARE: Exim 4.50 has a bug that means regex's don't work in the MIME ACL. Don't use
+ # in that case !
deny
regex = ^.{131071}
message = MIME error: Line length in message or single header exceeds 131071.
log_message = DENY: MIME Error (Maximum line length exceeded)