Imported Upstream version 1.18
This commit is contained in:
parent
5e45f04b1f
commit
80611ddc0e
2 changed files with 8 additions and 3 deletions
|
@ -1,9 +1,14 @@
|
|||
1.18
|
||||
=====
|
||||
- bugfix: Fixed bug when comparing sender and recipient addresses, like
|
||||
"sender=$$recipient". This affects only postfwd version 1.17.
|
||||
|
||||
1.17
|
||||
=====
|
||||
- bugfix: Invalid characters in variable substitutions were not correctly catched when
|
||||
the '=' operator was used, like "client_name=$$helo_name". If you can not
|
||||
upgrade for some reason change your rule to "client_name=~$$helo_name"
|
||||
- code: Net::DNS internal errors will now be handled gracefully
|
||||
- code: Net::DNS errors will now be handled gracefully
|
||||
- code: default for options --dns_max_ns_a_lookups and --dns_max_mx_a_lookups of 100
|
||||
|
||||
1.16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue