Re: smtp, randomize recipient domains

2010-05-26 Thread Wietse Venema
Per olof Ljungmark: > Yes, thanks, agree on load distribution. In this case the problem is not > the load, I was just contemplating ways not to trigger various > (sometimes inaccurate) methods of spam filtering to complement what we > already have, but what we already have should probably be enoug

Re: smtp, randomize recipient domains

2010-05-26 Thread Per olof Ljungmark
Wietse Venema wrote: > Per olof Ljungmark: >> Hi, >> >> We host a few mailing lists and I noted that when the messages are cued, >> it is done so in recipient-domain alphabetical order. > > No, this is inaccurate. > > In reality, Postfix writes recipients to the queue file in the > order that it

Re: smtp, randomize recipient domains

2010-05-26 Thread Wietse Venema
Per olof Ljungmark: > Hi, > > We host a few mailing lists and I noted that when the messages are cued, > it is done so in recipient-domain alphabetical order. No, this is inaccurate. In reality, Postfix writes recipients to the queue file in the order that it received them. At DELIVERY TIME, th

smtp, randomize recipient domains

2010-05-26 Thread Per olof Ljungmark
Hi, We host a few mailing lists and I noted that when the messages are cued, it is done so in recipient-domain alphabetical order. We already implemented restrictions on concurrency and number of recipients per message not to trigger various filters at the receiving end, and now I thought that ma