Re: [Exim] System wide filtering

Inizio della pagina
Delete this message
Reply to this message
Autore: Philip Hazel
Data:  
To: Graham Ashton
CC: exim-users
Oggetto: Re: [Exim] System wide filtering
On Mon, 31 Jul 2000, Graham Ashton wrote:

> I'm trying to block an auto-reply that is being sent to an alias that is
> mapped to several users.


1. Turn on receiver_verify if you haven't already.

2. Set up a director to fail verification for that alias from that
sender.

block_some:
  driver = smartuser
  verify_only
  senders = the sender address
  local_parts = the alias
  new_address = :fail: address blocked    


Or something similar. (That is untested.)


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