Re: [exim] exiscan, mailinglists, alias and cyrus

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jeremy Harris
Datum:  
To: exim-users
Betreff: Re: [exim] exiscan, mailinglists, alias and cyrus
On 2011-12-16 16:53, Lars Schimmer wrote:
> But what to do with aliases and mailinglists?


In your data acl, walk the list of recipient envelope
addresses doing whatever lookup(s) needed to translate
aliases to effective usernames, then apply the relevant
per-user classification filters to the spoolfile. Tag the
mail with the results of classification (per-user, but
in one aggregate result. I'd suggest a custom acl_m_foo
variable).

In the delivering router, select from the aggregated
classification (e.g. using ${extract } to get the disposition
for that user (or possibly recipient).

--
Jeremy