diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2026-08-17 14:25:18 +0200 |
|---|---|---|
| committer | Gab <24553253+gabrix73@users.noreply.github.com> | 2026-08-17 14:25:18 +0200 |
| commit | 9679f3f3a177215717a6734a0b91161e00814504 (patch) | |
| tree | c4831ade90a1386cc9b7361f15c56f7ccdcf3829 /deploy/postfix/qee-mail2news-access | |
| parent | 294a05ead630776149db1e5cd637a40cf6875ee9 (diff) | |
| download | m2usenet-and-mail2news-9679f3f3a177215717a6734a0b91161e00814504.tar.gz m2usenet-and-mail2news-9679f3f3a177215717a6734a0b91161e00814504.tar.xz m2usenet-and-mail2news-9679f3f3a177215717a6734a0b91161e00814504.zip | |
Allow restricted email-client Mail2News addressing
Diffstat (limited to 'deploy/postfix/qee-mail2news-access')
| -rw-r--r-- | deploy/postfix/qee-mail2news-access | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy/postfix/qee-mail2news-access b/deploy/postfix/qee-mail2news-access new file mode 100644 index 0000000..f8c23a7 --- /dev/null +++ b/deploy/postfix/qee-mail2news-access @@ -0,0 +1,3 @@ +# Permit only the dated Mail2News recipient syntax used by ordinary email +# clients. Everything else is rejected by the dedicated qee onion listener. +/^mail2news-[0-9]{8}-[a-z][a-z0-9]+(\.[0-9a-z+_-]+)+(=[a-z][a-z0-9]+(\.[0-9a-z+_-]+)+){0,2}@mail2news\.tcpreset\.net$/ OK |
