diff options
Diffstat (limited to 'src/mailman/rules/tests/data/org_domain.txt')
| -rw-r--r-- | src/mailman/rules/tests/data/org_domain.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mailman/rules/tests/data/org_domain.txt b/src/mailman/rules/tests/data/org_domain.txt new file mode 100644 index 000000000..e10db8a32 --- /dev/null +++ b/src/mailman/rules/tests/data/org_domain.txt @@ -0,0 +1,23 @@ +// Test data for dmarc organizational domains. + +// There are just a few domain entries here for testing purposes. + +// biz : https://en.wikipedia.org/wiki/.biz +biz + +// com : https://en.wikipedia.org/wiki/.com +com + +// org : https://en.wikipedia.org/wiki/.org +org + +// jp geographic type names +// http://jprs.jp/doc/rule/saisoku-1.html +*.kobe.jp +!city.kobe.jp + +// A line with a trailing comment for testing +co.uk some nonsense + +// A line with leading white space (ignored) + example.biz |
