From: <ad...@be...> - 2010-10-13 11:03:46
|
Bug #17599, was updated on 2010-Oct-13 11:03 Here is a current snapshot of the bug. Project: fetchmail Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: keesbakker Assigned to : none 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. For detailed info, follow this link: http://developer.berlios.de/bugs/?func=detailbug&bug_id=17599&group_id=1824 |