[exim-dev] [Bug 1687] Option to limit the length of a physical (header?) line

2023-03-11 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=1687

Jeremy Harris  changed:

   What|Removed |Added

   See Also||https://bugs.exim.org/show_
   ||bug.cgi?id=2843

-- 
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/ ##


[exim-dev] [Bug 1687] Option to limit the length of a physical (header?) line

2015-11-26 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1687

Jeremy Harris  changed:

   What|Removed |Added

 CC||jgh146...@wizmail.org
   See Also||https://bugs.exim.org/show_
   ||bug.cgi?id=331

-- 
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/ ##


[exim-dev] [Bug 1687] Option to limit the length of a physical (header?) line

2015-09-10 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1687

Rubin  changed:

   What|Removed |Added

 CC||ru...@afternet.org

--- Comment #2 from Rubin  ---
Tested this ACL as a solution, and it works.

-- 
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/ ##


[exim-dev] [Bug 1687] Option to limit the length of a physical (header?) line

2015-09-09 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1687

Rubin  changed:

   What|Removed |Added

   See Also||https://bugs.exim.org/show_
   ||bug.cgi?id=1684

-- 
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/ ##


[exim-dev] [Bug 1687] Option to limit the length of a physical (header?) line

2015-09-07 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1687

--- Comment #1 from Heiko Schlittermann  ---
To reject messages with overlong physical header lines some data ACL condition
could help: 

MAX_PHYSICAL_HEADER_LENGTH = \
${reduce\
{<\n${map{<\n$message_headers_raw}{${strlen:$item\
{0}\
{${if >{$item}{$value}{$item}{$value}}}\
}
PHYSICAL_HEADER_LENGTH_LIMIT = 998

begin acl
...

  deny
message = overlong physical header line
condition = ${if
>{MAX_PHYSICAL_HEADER_LENGTH}{PHYSICAL_HEADER_LENGTH_LIMIT}}

-- 
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/ ##


[exim-dev] [Bug 1687] Option to limit the length of a physical (header?) line

2015-09-04 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1687

Heiko Schlittermann  changed:

   What|Removed |Added

   Assignee|ni...@exim.org  |h...@schlittermann.de

-- 
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/ ##