Mercurial > masqmail
comparison 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 |
comparison
equal
deleted
inserted
replaced
257:8cca5305e4f0 | 258:05fa719b7002 |
---|---|
5 | 5 |
6 Have a look at the NEWS file for a summary of the changes in a less | 6 Have a look at the NEWS file for a summary of the changes in a less |
7 technical speach and with focus on compatibility. | 7 technical speach and with focus on compatibility. |
8 | 8 |
9 | 9 |
10 0.3.1 Thu, 04 Nov 2010 13:46:58 -0300 | 10 0.3.1 Wed, 01 Dec 2010 18:11:29 -0300 |
11 * smtp_out.c: changed the SMTP greeting behavior to match RFC | 11 * smtp_out.c: changed the SMTP greeting behavior to match RFC |
12 2821 (always try EHLO first). Thanks to inne for pointing me | 12 2821 (always try EHLO first). Thanks to inne for pointing me |
13 on that. See also Debian bug #349211 | 13 on that. See also Debian bug #349211 |
14 * fail_msg.c: postmaster is now matched caseless, as | 14 * fail_msg.c: postmaster is now matched caseless, as |
15 required by RFC | 15 required by RFC |
16 * refactored the cmdline argument processing (-m is recognized, | 16 * refactored the cmdline argument processing (-m is recognized, |
17 unknown -oXXX options are ignored now and some corner-cases | 17 unknown -oXXX options are ignored now and some corner-cases |
18 covered) | 18 covered) |
19 * fixed -oem by removing it ;-) (see NEWS and docs/oem-option) | |
19 * created new functions manipulate_queue() and run_queue() | 20 * created new functions manipulate_queue() and run_queue() |
20 and moved code from main() | 21 and moved code from main() |
21 * replaced the loop-based alias_expand() with a new one that | 22 * replaced the loop-based alias_expand() with a new one that |
22 wraps the recursive alias_one() | 23 wraps the recursive alias_one() |
23 * removed ADDR_FLAG_NOEXPAND as it is not needed anymore | 24 * removed ADDR_FLAG_NOEXPAND as it is not needed anymore |