http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4848
Summary: Plugins for Pyzor, DCC, and SpamCop do not honour
dont_report_to_* option
Product: Spamassassin
Version: 3.1.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Plugins
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
In Pyzor.pm, DCC.pm, and SpamCop.pm, the dont_report_to_* option is tested as,
e.g.:
$self->{options}->{dont_report_to_pyzor}
when it looks like it should actually be:
$options->{report}->{options}->{dont_report_to_pyzor}
The Razor.pm plugin does this correctly, it's just the plugins for Pyzor, DCC,
and SpamCop that do not. In this state, reporting code such as:
$sa->report_as_spam($mail, {dont_report_to_pyzor => 1});
does not work for any of the services except Razor.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.