https://bugs.exim.org/show_bug.cgi?id=1817

            Bug ID: 1817
           Summary: Message for "maximum body line length" check
           Product: Exim
           Version: 4.87
          Hardware: All
                OS: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: ACLs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

The check for "maximum body line length" in acl_check_data
might have an explanation message for client.

--- src/configure.default.orig  2016-04-02 22:24:15.000000000 +0300
+++ src/configure.default       2016-04-15 13:16:10.893541541 +0300
@@ -513,7 +513,10 @@
   # Deny if the message contains an overlong line.  Per the standards
   # we should never receive one such via SMTP.
   #
-  deny    condition  = ${if > {$max_received_linelength}{998}}
+  deny
+       message    = Maximum body line length is $max_received_linelength \
+                       (over 998 chars limit), message rejected.
+       condition  = ${if > {$max_received_linelength}{998}}

   # Deny if the message contains a virus. Before enabling this check, you
   # must install a virus scanner and set the av_scanner option above.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to