Re: [exim] Selective filters incoming messages

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Laurel Fitzhugh
Data:  
Para: exim-users
Asunto: Re: [exim] Selective filters incoming messages
this is the way i see it. does this logic work? it requires a file (called
naminlistfile) to be checked. the naminlist file would have the email
addresses that we want to limit to only receiving email from boozmanhof.com.
can this be done?

sample filter

# Exim filter
if To or cc = nameinlistfile
if $sender_address does not contain \N\boozmanhof.com$\N or
if $return_path does not contain "@boozmanhof.com"
then
fail
endif
finish