Steve Poe wrote: > I tried to download the whitelist shown in the README file, for the > whitelist_block, but it did not download. does anyone have an > example of what would go into the nogreylisting file?
I kind of expected that to go away at some point. :( This is pretty close, but you'll need to check and remove invalid lines (like the first one): wget -O - http://www.greylisting.org/whitelisting.shtml 2>/dev/null \ | grep '^[[:digit:]]' | sed -e 's/[<[:blank:]].*\|$/\tallow,BLOCK/' > So, what can we expect with the greylist program if I buy an airline > ticket. According to the the greylist module, if I understand it > correctly, the message will get bounced if I did not already add them > to the whitelist It'll be deferred for a few minutes. Whether or not that is permanent depends on the sender. It could happen. Usually, you'll get the mail a few minutes late. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
