Re: [exim] body line length limits

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Michael Haardt
Dátum:  
Címzett: exim-users
Tárgy: 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