diff options
| author | Mark Sapiro | 2016-12-30 23:17:47 -0800 |
|---|---|---|
| committer | Mark Sapiro | 2016-12-30 23:17:47 -0800 |
| commit | bb7da041fc63696c272ef296acb10a8cedb297a5 (patch) | |
| tree | 6131b02273eb432826c6a95b8486c188f333b3c2 /src/mailman/rules/data | |
| parent | 876a267b856659931eb791c61a100bb89fb682ed (diff) | |
| download | mailman-bb7da041fc63696c272ef296acb10a8cedb297a5.tar.gz mailman-bb7da041fc63696c272ef296acb10a8cedb297a5.tar.zst mailman-bb7da041fc63696c272ef296acb10a8cedb297a5.zip | |
Diffstat (limited to 'src/mailman/rules/data')
| -rw-r--r-- | src/mailman/rules/data/__init__.py | 0 | ||||
| -rw-r--r-- | src/mailman/rules/data/org_domain | 23 |
2 files changed, 23 insertions, 0 deletions
diff --git a/src/mailman/rules/data/__init__.py b/src/mailman/rules/data/__init__.py new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/mailman/rules/data/__init__.py diff --git a/src/mailman/rules/data/org_domain b/src/mailman/rules/data/org_domain new file mode 100644 index 000000000..4e6f7816e --- /dev/null +++ b/src/mailman/rules/data/org_domain @@ -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 nonesence + +// A line with leading white space (ignored) + example.biz |
