[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vps-mail] Blacklisting Mailer-Daemon
- Subject: Re: [vps-mail] Blacklisting Mailer-Daemon
- From: Scott Wiersdorf <scottw@xxxxxxxxxxxx>
- Date: Thu, 10 Nov 2005 09:02:09 -0700
On Thu, Nov 10, 2005 at 08:17:04AM -0700, Jonathan Duncan wrote:
> OK, I found this on Google and I am currently trying it. My customer is
> pretty torqued about having to delete 1000 messages a day. If anyone sees
> a problem with this recipe, will you let me know? Thanks.
>
>
> # Redirect mailer-daemon notifications to /dev/null
> :0:
> * ^From:.*MAILER-DAEMON
> /dev/null
You don't need a lock file on /dev/null, so the trailing ':' on the
flags is unnecessary.
If this recipe works, more power to ya. The canonical way is to use
the ^FROM_DAEMON macro:
:0
* ^FROM_DAEMON
/dev/null
but that may be more than you need.
You might also look into the root cause of this; perhaps something
like SPF on this domain could help mitigate the problem (if this is a
joe-job issue), since domains currently rejecting the mail w/ a bounce
might not even accept the mail in the first place if an SPF record
were present.
Also, know that rejecting all bounces includes legitimate bounces that
your customer might want to know about (e.g., misspelling Mom's email
address) and you'll get no feedback from those. If they understand
that risk and accept it, this recipe above will be fine.
Scott
--
Scott Wiersdorf
scottw@xxxxxxxxxxxx
======================================================================
This is <vps-mail@xxxxxxxxxxxx> <http://www.perlcode.org/lists/>
Before posting a question, please search the archives (see above URL).
Main Index |
Thread Index