> > disclaimer_smtp: > > size_addition = -1 > > wow! It works -- only size_addition = -1 should be > size_addition = 1. THX !!!
I would advise you to read section 30.3 of the specification, having a value of +1 may cause remote mail servers to reject your message, if you add a lot of headers or if your disclaimer is long. Setting size_addition to -1 prevents the use of the "SIZE" option. Philips' previous email was a big clue about this being a potential problem. Either set the value to a negative number or set it to something high enough to not cause problems at the remote end - the default value is 1024. +1 is definitely too low!! Priz http://www.exim.org/exim-html-4.66/doc/html/spec_html/ch30.html#id2687784 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
