Skip to content

Commit 3340efb

Browse files
committed
spamify_replacedomain was replacing everything after a "@" character
This fix makes it replace only the domain after the "@" char and only in an email address.
1 parent f3ceae8 commit 3340efb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Version Changes for Hypermail
44
HYPERMAIL VERSION 2.4.0:
55
============================
66

7+
2018-12-07 Jose Kahan
8+
* If the antispamdomain config option was used, hypermail was replacing
9+
everything following a "@" character by the antispam domain. This fix
10+
makes antispamdomain only apply for the domain part of valid email
11+
addresses.
12+
713
2018-11-29 Bill Shannon
814
* string.c
915
spamify_replacedomain(): fix another greedy "@" replacement in the

0 commit comments

Comments
 (0)