X-Git-Url: https://git.exim.org/exim-website.git/blobdiff_plain/42e54d1f013fc5ad0625c22965bab359a8abfaa3..1c41225c3a2545363d768e2d0ff3aa1871e85495:/howto/mailman21.html diff --git a/howto/mailman21.html b/howto/mailman21.html index 643b7be..8e8ecac 100644 --- a/howto/mailman21.html +++ b/howto/mailman21.html @@ -38,12 +38,12 @@
Once this has been configured, Mailman can be set to not do @@ -601,7 +603,7 @@
# Reject bounce (null sender) messages to the list - reject message = "Recipient never sends mail so cannot cause bounces" + deny message = "Recipient never sends mail so cannot cause bounces" senders = : domains = +mm_domains condition = ${if exists{MM_LISTCHK} {yes}{no}} @@ -614,11 +616,11 @@# Reject bounce (null sender) messages to the list - reject message = "Recipient never sends mail so cannot cause bounces" + deny message = "Recipient never sends mail so cannot cause bounces" senders = : domains = +mm_domains local_parts = \N^.*-(admin|join|leave|owner|request)$\N - reject message = "Recipient never sends mail so cannot cause bounces" + deny message = "Recipient never sends mail so cannot cause bounces" senders = : domains = +mm_domains local_parts = \N^.*-(subscribe|unsubscribe)$\N @@ -643,7 +645,7 @@# Do callback verification unless Mailman incoming bounce - reject !local_parts = *-bounces : *-bounces+* + deny !local_parts = *-bounces : *-bounces+* !verify = sender/callout=30s,defer_ok@@ -665,15 +667,15 @@ % exim -bt testlist@list.example.com testlist@list.example.com router = mailman_router, transport = mailman_transport - + % exim -bt testlist-request@list.example.com testlist-request@list.example.com router = mailman_router, transport = mailman_transport - + % exim -bt testlist-bounces@list.example.com testlist-bounces@list.example.com router = mailman_router, transport = mailman_transport - + % exim -bt testlist-bounces+luser=example.com@list.example.com testlist-bounces+luser=example.com@list.example.com router = mailman_router, transport = mailman_transport @@ -723,10 +725,27 @@
Like many documents of this type, it has evolved and taken on contributions by many many helpful folks, mainly those on the Mailman and exim mailing lists. To all of you, who have made @@ -734,6 +753,6 @@ You.