http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4905
Summary: Bcc is not getting bind in the spam assasin rule
Product: Spamassassin
Version: 3.1.1
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Rules
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I have requirement in which from one domain if the mailk is sent to any other
domain basing on ToCc or Bcc the mail shoudl be dropped i could succeed making
rule like
header __LOCAL_FROM__specific From =~ /([EMAIL PROTECTED])/i
header __LOCAL_TO__YAHOO ToCc !~ /^([ ;,<>\"a-zA-Z]*((([EMAIL PROTECTED])|
([EMAIL PROTECTED]))[ ;,<>\"a-zA-Z]*(([EMAIL PROTECTED]@specific\.com)|
([EMAIL PROTECTED]@specific1\.com))*)*[ ;,<>\"a-zA-Z]*)*$/i
this rule bind and does not allow me to send mail other that to specific.com
or specific1.com
because this two are in ToCc list but if user send mail using Bcc header the
mail goes out and even giving the below mentioned rule it does not work.
header __LOCAL_FROM__specific From =~ /([EMAIL PROTECTED])/i
header __LOCAL_TO__YAHOO ToCcBcc !~ /^([ ;,<>\"a-zA-Z]*((([EMAIL PROTECTED])|
([EMAIL PROTECTED]))[ ;,<>\"a-zA-Z]*(([EMAIL PROTECTED]@specific\.com)|
([EMAIL PROTECTED]@specific1\.com))*)*[ ;,<>\"a-zA-Z]*)*$/i
Could you please help me on this .
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.