Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Thread

Need advice for yahoo exception

Need advice for yahoo exception

2016-03-22 by yahoo@...

Hi list,

In my setup I have the usual whitelist for the Yahoo mail servers as they round-robin. Because I receive a lot of malware from one Yahoo group where I am the owner, I want to delay that mail a bit so that my virus scanner (clamav) has had time to update to the latest zero-hour virus sigs. So I could do a

racl greylist rcpt yahoo@mydomain.com delay 1h autowhite 1d

but this needs to be before the

acl whitelist list "broken mta" (which includes the Yahoo servers)

otherwise, the mail from Yahoo will be passed through immediately. But because it is before the broken mta line, it will not handle the round robin list of Yahoo servers very well. Do you have any suggestions for me?

Thanks,
Ben

Re: [milter-greylist] Need advice for yahoo exception

2016-03-23 by manu@...

yahoo@... [milter-greylist] <milter-greylist@yahoogroups.com>
wrote:

>  otherwise, the mail from Yahoo will be passed through immediately. But
> because it is before the broken mta line, it will not handle the round
> robin list of Yahoo servers very well. Do you have any suggestions for
> me?

I see no problem with adding a rule before the broken MTA one.

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Re: [milter-greylist] Need advice for yahoo exception

2016-03-23 by Ben Stuyts

> On 23 Mar 2016, at 06:06, manu@... [milter-greylist] <milter-greylist@yahoogroups.com> wrote:
> 
> yahoo@... [milter-greylist] <milter-greylist@yahoogroups.com>
> wrote:
> 
>> otherwise, the mail from Yahoo will be passed through immediately. But
>> because it is before the broken mta line, it will not handle the round
>> robin list of Yahoo servers very well. Do you have any suggestions for
>> me?
> 
> I see no problem with adding a rule before the broken MTA one.

That was my first idea too, but this had the effect I described above: the round-robin servers would each in turn bounce with a 1 hour delay. (And Yahoo was still in the broken mta list.) After 8 hours the mail still didn’t get through, so I removed the rule.

From the documentation I understand that the first line that satisfies the incoming mail gets picked, and the other rules are then ignored. So the broken mta list is never checked in this case. Or is there some clever way of combining these rules?

Ben

Re: [milter-greylist] Need advice for yahoo exception

2016-03-23 by Bill Levering

Sounds like you are looking for something like:

racl whitelist list “broken-mta” _and_ “valid-user”
.. maybe an array of lists is listed in order...
race whitelist list “broken-mta” “valid-user"

I don’t think that is available at this time.

Bill
Show quoted textHide quoted text
> On Mar 22, 2016, at 10:06 PM, manu@... [milter-greylist] <milter-greylist@yahoogroups.com> wrote:
> 
> yahoo@... [milter-greylist] <milter-greylist@yahoogroups.com>
> wrote:
> 
> > otherwise, the mail from Yahoo will be passed through immediately. But
> > because it is before the broken mta line, it will not handle the round
> > robin list of Yahoo servers very well. Do you have any suggestions for
> > me?
> 
> I see no problem with adding a rule before the broken MTA one.
> 
> -- 
> Emmanuel Dreyfus
> http://hcpnet.free.fr/pubz
> manu@...
> 
>

Re: [milter-greylist] Need advice for yahoo exception

2016-03-24 by manu@...

Bill Levering yidbill@... [milter-greylist]
<milter-greylist@yahoogroups.com> wrote:

> Sounds like you are looking for something like:
> 
> racl whitelist list "broken-mta" _and_ "valid-user"
(...)
> I don't think that is available at this time.

I do almost this by looking up the recipient 
address in a LDAP directory.

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.