Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-13 23:57 UTC

Message

Re: [milter-greylist] combine domain list and rcpt list

2018-02-13 by manu@...

Marcus Schopen lists-yahoogroups@... [milter-greylist]
<milter-greylist@yahoogroups.com> wrote:

>  Is there a way to combine domain list with 
> a rcpt list on the same ACL, something like
> 
> 
>   racl "WL_DOMAINS" whitelist list "friendly domains" AND list "recipient
> list"

Sure: ACL match when all clauses match, hence you just have to use both
lists:

list "friendly domains" domain { \
         mout-xforward.gmx.net \
         mout-xforward.web.de \
}

list "vip users" rcpt { \
        manu@... \
        webmaster@... \
}

racl "WL_DOMAINS" whitelist list "friendly domains" list "vip users"

But I may have missed something.
-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.