roehling / postsrsd

Postfix Sender Rewriting Scheme daemon
327 stars 39 forks source link

SRS_EXCLUDE_DOMAINS only works with comma-delimited #173

Open AgyarJanos opened 9 months ago

AgyarJanos commented 9 months ago

From postsrsd conf:

Exclude additional domains.

You may list domains which shall not be subjected to address rewriting.

If a domain name starts with a dot, it matches all subdomains, but not

the domain itself. Separate multiple domains by space or comma.

#

SRS_EXCLUDE_DOMAINS=.example.com,example.org

But in my testing a space-delimited list did not actually work.