You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2006/05/19 20:47:50 UTC

[Bug 4905] New: Bcc is not getting bind in the spam assasin rule

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: dev@spamassassin.apache.org
        ReportedBy: kshounish@yahoo.com


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 =~ /(\@specific\.com)/i
header __LOCAL_TO__YAHOO ToCc !~ /^([ ;,<>\"a-zA-Z]*(((\w+\@specific\.com)|
(\w+\\@specific1\.com))[ ;,<>\"a-zA-Z]*((\w+\@\@specific\.com)|
(\w+\@\@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 =~ /(\@specific\.com)/i
header __LOCAL_TO__YAHOO ToCcBcc !~ /^([ ;,<>\"a-zA-Z]*(((\w+\@specific\.com)|
(\w+\\@specific1\.com))[ ;,<>\"a-zA-Z]*((\w+\@\@specific\.com)|
(\w+\@\@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.

[Bug 4905] Bcc is not getting bind in the spam assasin rule

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4905


felicity@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From felicity@apache.org  2006-05-19 19:41 -------
For help with rules, please use the users@ list.  This system is for tracking bugs in SA.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.