So the MTA option that doesn't involve any regex is better than no?
On Thu, Mar 30, 2023, 20:17 Mark Sapiro <mark@msapiro.net> wrote:
Hi All,
I need to whitelist a domain for a specific mailing list on your
On 3/30/23 08:55, Zaheer Abbas wrote: platform.
Only *@example.com email addresses should be allowed to post messages to this list.
Could you please provide me with documentation or instructions on how to achieve this? I have already searched the knowledge base and user manuals without success.
In Postorius Header filters add a filter with Header = from, pattern = ^.*@(?!example\.com(\W|$)) and Action as desired. That pattern will match anything in a From: header which contains an @ followed by anything other than example.com and a non-alphanumeric or the end of string. I.e., things that won't match are for example
xxx@example.com xxx@example.com> xxx@example.com yyy
Things that will match are for example
xxx@other.domain xxx@example.comp
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...
This message sent to odhiambo@gmail.com