Re: [exim] Means to send an email message as part of 'deny' …

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Lena
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] Means to send an email message as part of 'deny' action
> From: "Konstantin Boyandin" <temmokan@???>

> I have now set up a special ACL checks for email addresses
> combination, the only remaining problem is this: is there a means to
> send an email message as part of 'deny' ACL action?


You can use ${run , but sending an email message in reply to spam
is called "backscatter" and is bad because it means mailbombing of
innocent people whose email addresses were forged by spammers.
If you are not absoulutely sure that your ACL will never reply
to spam then better write what you need in "deny message = ...".