Re: [EXIM] spam-sender_address

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Pollywog
Cc: exim-users
Asunto: Re: [EXIM] spam-sender_address
On Tue, 26 Jan 1999, Pollywog wrote:

> Does anyone out there use spam-sender_address by invoking it from the
> system-filter file?
>
> It works for me, but only for exact senders, not domains.


What works for you? Without more detail it is hard to know how to
respond to this.

> I can put in sender@??? and mail from that sender goes to
> /dev/null. Can I do this for the entire domain somedomain.com ?


If you have put

if $sender_address is sender@??? then save /dev/null endif

in your filter file, then there is no reason why you shouldn't change
this to

if $sender_address_domain is somedomain.com then save /dev/null endif

instead. [Actually, "seen finish" is probably more efficient than "save
/dev/null".]

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***