Re: Quieting bounce messages
Michael Yount <[email protected]>
| Newsgroups | gmane.mail.majordomo.majordomo2.devel |
|---|---|
| Message-ID | <[email protected]> |
On 28 Feb 01:35, Marc G. Fournier wrote: > >Which of your bounce rules handles the repairnet.biz domain? > > Ahhhh ... so if I don't list it explicitly in bounce_rules, then it gets > shot out to the list owner ... Exactly. You can always use ignore ALL as the last bounce rule to prevent uncaught bounces from being forwarded. > So its the #unknown in this that I should be looking at? In this case, > I'd need something like: > > remove-noprobe-quiet > $diagnostic =~ /not a gateway/i && > $consecutive > 10 && > $bouncedpct > 75 > > To handle its bounces? Since the message number is unknown, the consecutive and bouncedpct variables probably won't be useful. Michael