Author: Oliver Egginger Date: To: exim-users Subject: Re: [Exim] Limiting headers
I wrote: > Nice,
> but how should I interpret this ?
The Makefile says:
# This parameter sets the maximum length of the header portion of a message
# that Exim is prepared to process. The default setting is one megabyte. There
# is a limit in order to catch rogue mailers that might connect to your SMTP
# port, start off a header line, and then just pump junk at it for ever. The
# message_size_limit option would also catch this, but it may not be set.
But Tamas TEVESZ wrote: > received_headers_max is not the _size_ but the _number_ of headers
I don't understand this, sorry maybe I'am a little bit stupid.