diff options
| author | Mark Sapiro | 2016-12-31 14:24:32 -0800 |
|---|---|---|
| committer | Mark Sapiro | 2016-12-31 14:24:32 -0800 |
| commit | c786a77c3b82932facd63fabe3144f9099f1ea51 (patch) | |
| tree | 34ef73883abefc575e3072658babe4e01b3a6c4f /src/mailman/rules/data | |
| parent | 4fb6712f7519ff64d142a51779a40a1eb226cbe4 (diff) | |
| download | mailman-c786a77c3b82932facd63fabe3144f9099f1ea51.tar.gz mailman-c786a77c3b82932facd63fabe3144f9099f1ea51.tar.zst mailman-c786a77c3b82932facd63fabe3144f9099f1ea51.zip | |
Moved test data from rules/data to rules/tests/data.
Get path using pkg_resources.resource_filename.
Diffstat (limited to 'src/mailman/rules/data')
| -rw-r--r-- | src/mailman/rules/data/org_domain | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/mailman/rules/data/org_domain b/src/mailman/rules/data/org_domain deleted file mode 100644 index 4e6f7816e..000000000 --- a/src/mailman/rules/data/org_domain +++ /dev/null @@ -1,23 +0,0 @@ -// 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 |
