masqmail

diff ChangeLog @ 258:05fa719b7002

fixed -oem by removing it ;-) The implemenation of -oem had been very weird. docs/oem-option explains the situation and the fix.
author markus schnalke <meillo@marmaro.de>
date Wed, 01 Dec 2010 18:27:46 -0300
parents d4d0defaf769
children 9d88a7d55f53
line diff
     1.1 --- a/ChangeLog	Wed Dec 01 17:29:52 2010 -0300
     1.2 +++ b/ChangeLog	Wed Dec 01 18:27:46 2010 -0300
     1.3 @@ -7,7 +7,7 @@
     1.4  technical speach and with focus on compatibility.
     1.5  
     1.6  
     1.7 -0.3.1   Thu, 04 Nov 2010 13:46:58 -0300
     1.8 +0.3.1   Wed, 01 Dec 2010 18:11:29 -0300
     1.9  	* smtp_out.c: changed the SMTP greeting behavior to match RFC
    1.10  	  2821 (always try EHLO first). Thanks to inne for pointing me
    1.11  	  on that. See also Debian bug #349211
    1.12 @@ -16,6 +16,7 @@
    1.13  	* refactored the cmdline argument processing (-m is recognized,
    1.14  	  unknown -oXXX options are ignored now and some corner-cases
    1.15  	  covered)
    1.16 +	* fixed -oem by removing it ;-) (see NEWS and docs/oem-option)
    1.17  	* created new functions manipulate_queue() and run_queue()
    1.18  	  and moved code from main()
    1.19  	* replaced the loop-based alias_expand() with a new one that