Re: [exim] body line length limits

Top Page
Delete this message
Reply to this message
Author: Michael Haardt
Date:  
To: exim-users
Subject: Re: [exim] body line length limits
> don't know if it is worth exim doing the extra work, but there could be
> a new variable that works like $body_zerocount, except have it keep
> track of excessively long header/body lines.


Great idea, that way it is usable with ACLs and much more flexible
than an option for SMTP refusal.

While $body_zerocount is a simple counter, Exim already runs through the
message. Feeding a small state machine while doing so will probably not
cause measurable cost.

Michael