From: <ad...@be...> - 2010-12-10 20:30:33
|
Bug #17599, was updated on 2010-Oct-13 11:03 Here is a current snapshot of the bug. Project: fetchmail Category: None Status: Closed Resolution: Fixed Bug Group: None Priority: 5 Submitted by: keesbakker Assigned to : shetye Summary: antispam does not work Details: The --antispam option does not work (anymore?). I guess, it must have been disfunctional since 2002-sep-04, when a patch from Sunil Shetye ("double-bounce patch") was applied. (Git commit efe3c6cc82e214142809c77c4f2fa8a58bdef787) The code that was added in sink.c has this piece if (str_find(&ctl->antispam, smtperr)) And the problem is that the function returns a NULL pointer even if it finds the requested value. Notice that there is another location in sink.c which searches the ctl->antispam list using a while loop. Follow-Ups: Date: 2010-Dec-10 20:30 By: m-a Comment: should be fixed in 6.3.19 ------------------------------------------------------- Date: 2010-Oct-21 13:26 By: m-a Comment: Hi Kees, thanks for the report. I have pushed Sunil's patch to the Git repository. Could you please let us know if that fixes your problem? Best regards Matthias ------------------------------------------------------- For detailed info, follow this link: http://developer.berlios.de/bugs/?func=detailbug&bug_id=17599&group_id=1824 |