Re: [exim] Blocking From: <>

Pàgina inicial
Delete this message
Reply to this message
Autor: Jakob Hirsch
Data:  
A: Matt
CC: exim-users
Assumpte: Re: [exim] Blocking From: <>
Matt wrote:

> This seems to work but is there anyway to insure that it does not block
> any bounces generated internally by Exim itself?


AFAIK, Exim's bounces are not ACL-checked, but I'm not sure about that.

> I see where it has blocked the fake bounces as its supposed to but
> I also see this entry and not sure what it means:
> 2005-12-05 20:39:30 H=localhost (www.mydomain.com) [127.0.0.1] F=<>
> rejected
> RCPT <smith@???>: no bounces from clients


add "! hosts = :" if you want to allow that.

> Also, I have several thousand messages in my mail input queue. I am sure
> MANY are these faked bounces. Any idea how to clean those out without
> waiting a week?


something like exim -Mrm $(exipick -i -f '^$')
will remove all messages with empty envelope sender from the queue.