Mercurial > masqmail
comparison ChangeLog @ 256:d4d0defaf769
updated ChangeLog
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 04 Nov 2010 14:57:53 -0300 |
parents | c28e8dfebfc3 |
children | 05fa719b7002 |
comparison
equal
deleted
inserted
replaced
255:2e7d3a02edb1 | 256:d4d0defaf769 |
---|---|
23 * removed ADDR_FLAG_NOEXPAND as it is not needed anymore | 23 * removed ADDR_FLAG_NOEXPAND as it is not needed anymore |
24 * made addr_isequal() and addr_isequal_parent() more flexible, | 24 * made addr_isequal() and addr_isequal_parent() more flexible, |
25 thus making addr_isequal_alias() needless and removed | 25 thus making addr_isequal_alias() needless and removed |
26 * merged rcptlist_with_one_of_hostlist() and | 26 * merged rcptlist_with_one_of_hostlist() and |
27 rcptlist_with_addr_is_local() into split_rcpts() | 27 rcptlist_with_addr_is_local() into split_rcpts() |
28 * removed the obsolete pos argument from time_interval() | |
28 * renamed the default route for the local net to | 29 * renamed the default route for the local net to |
29 `default local_net_route' | 30 `default local_net_route' |
30 * renamed `alias_local_caseless' to `caseless_matching' because | 31 * renamed `alias_local_caseless' to `caseless_matching' because |
31 it does not only affect the matching of local parts of aliases | 32 it does not only affect the matching of local parts of aliases |
32 anymore but is used anywhere where address matching is | 33 anymore but is used anywhere where address matching is |