From: "David B Funk" <[EMAIL PROTECTED]> > On Tue, 14 Dec 2004, Andy Norris wrote: > > > > > In that case, this leads to another question -- how, then, to reliably > > whitelist eBay? I would imagine they are a big target of forgers? I tried > > > > def_whitelist_from_rcvd [EMAIL PROTECTED] ebay.com > > > > but that didn't work. Now I just have > > > > whitelist_from [EMAIL PROTECTED] yes ..... > With those caveats, def_whitelist_from_rcvd works just fine, I've got > a local config file with hundreds of them to make sure that all sorts > of potentially "troublesome" messages get properly delivered (EG lists > like this one, Yahoo groups messages, Airline notices, etc). > > FYI, whitelist_from_rcvd entry for this list looks like: > > whitelist_from_rcvd [EMAIL PROTECTED] apache.org > > By using the wild-card for the mail host ([EMAIL PROTECTED]) it works > for lots of apache.org projects lists. ;) > > My eBay entries looks like: > > def_whitelist_from_rcvd [EMAIL PROTECTED] ebay.com > def_whitelist_from_rcvd [EMAIL PROTECTED] ebay.com > def_whitelist_from_rcvd [EMAIL PROTECTED] emailebay.com > def_whitelist_from_rcvd [EMAIL PROTECTED] emailebay.com
Of course, for the spamassassin lists I found something like what I did in procmail is best: ---9<--- :0 fw: spamassassin.lock * < 250000 * !^List-Id: .*(spamassassin\.apache.\org) | /usr/bin/spamc -t 150 ---9<--- {^_^}