Bug 1648 - unwhitelist_from_rcvd does not work
Summary: unwhitelist_from_rcvd does not work
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 2.50
Hardware: Other NetBSD
: P3 normal
Target Milestone: 2.50
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords: backport
Depends on:
Blocks:
 
Reported: 2003-03-15 15:33 UTC by Klaus Heinz
Modified: 2003-03-17 10:22 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
fix for unwhitelist_from_rcvd and pod docs in Conf.pm 2.50 patch None Klaus Heinz [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Heinz 2003-03-15 15:33:24 UTC
Hi,

due to a typo, 'unwhitelist_from_rcvd' in 2.50 and 2.60-cvs is non-functional. The attached patch
fixes this (the last change) and adds some documentation improvements in Conf.pm. The pod
documentation was partly wrong, eg

  whitelist_from_rcvd axkit.org        sergeant.org

did never work; 'axkit.org' did not match any tested 'From'-header, only '*axkit.org' or
'*@axkit.org' would have.


ciao
     Klaus
Comment 1 Klaus Heinz 2003-03-15 15:37:23 UTC
Created attachment 758 [details]
fix for unwhitelist_from_rcvd and pod docs in Conf.pm 2.50
Comment 2 Justin Mason 2003-03-17 11:55:40 UTC
OKAY: looks very sensible to me. applied to HEAD
Comment 3 Theo Van Dinter 2003-03-17 19:22:46 UTC
OKAY: looks good to me too
applied to 2.5 branch, closing ticket.