Skip to content

Commit 0a19b70

Browse files
committed
Allow gmx.de mails to be signed by gmx.net (#284)
1 parent ee0b32d commit 0a19b70

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- fixed options styling for Thunderbird 91
77
- added Brazilian Portuguese translation (by David BrazSan) (#283)
88
- updated default rules and favicons (#274)
9+
- updated default rules and favicons (#263, #266, #274, #281, #284)
910

1011
4.0.0 [2021-04-18]
1112
------------------

data/signersDefault.json

+6
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,12 @@
931931
"sdid": "gmail.com",
932932
"ruletype": "ALL",
933933
"priority": "DEFAULT_RULE_ALL0"
934+
}, {
935+
"domain": "gmx.de",
936+
"addr": "*",
937+
"sdid": "gmx.de gmx.net",
938+
"ruletype": "NEUTRAL",
939+
"priority": "DEFAULT_RULE_NEUTRAL"
934940
}, {
935941
"domain": "gmx.net",
936942
"addr": "*@sicher.gmx.net",

0 commit comments

Comments
 (0)