summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-01-28 00:16:56 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-01-28 00:22:36 +0000
commit2aad5761b59a709d98a7d278d83e978ac4e83c2b (patch)
tree42993e7b34a411cd54b4ffd8e7d7605881f20eff /doc/doc-txt
parent3e60dd410992e3b732d5633e25d3cbf76d8b1e2d (diff)
Support hostnames and IPv6 addresses for spamd_address. Bug 1259
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index e06ac6065..fbfe7507e 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -58,7 +58,8 @@ JH/15 Bug 670: The spamd_address main option (for the spam= ACL condition)
modifiers per server. Patch originally by <rommer@active.by>.
JH/16 The spamd_address main option now supports a mixed list of local
- and remote servers.
+ and remote servers. Remote servers can be IPv6 addresses, and
+ specify a port-range.