Evan Roberts wrote:
>> What issue?
> 
> The issue I'm having is with maillists, as Leonardo mentioned. I could
> very easily add them manually to Postfix, but I wanted to see about
> keeping everything within policyd if at all possible.
> 
> One example is that I occasionally get those irritating "Cruise Critic"
> emails, with the "from" of:
> 
> [EMAIL PROTECTED]
> 
> I was hoping to use the blacklist_sender for that, either blocking the
> entire address, or just "@listserv.independenttraveler.com", but it would
> appear that the length of the email address is too large for policyd to
> handle. I have added "@listserv.independenttraveler.com" to the
> blacklist_sender, but since policyd sees it as such:
> 
> [EMAIL PROTECTED]
> 
> ...it doesn't reject the email based on the blacklist, it greylists it,
> which eventually gets through.

I will rewrite some bits of code to truncate the email address + domain
in reverse order so the output looks similar to:

[EMAIL PROTECTED]

Thanks for spotting/reporting this problem.

Cami


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to