Blocking mail from one specific user to another

2007-03-23 Thread Michael Connors
Hi, Can I use something like this to in spamassassin/local.cf to block mail from one a list to one particular user. I sometimes have users that ask me to block stuf that isnt really spam but that they have signed up to and forgotten why they get it. In this situation I dont want to block everyone

Re: Blocking mail from one specific user to another

2007-03-23 Thread Loren Wilton
Well, of course you can't block with SA itself. But I assume you knew that. You can't do what you want quite the way you showed it. But you can get the effect you want: header __MC_MY_FROMFrom =~ /[EMAIL PROTECTED]/i header __MC_MY_ENVEnvelope-to =~ /[EMAIL PROTECTED]/i header

Re: Blocking mail from one specific user to another

2007-03-23 Thread Michael Connors
I see, I didn't understand the syntax of the rules before, now I understand. Thank you, I will try that. Loren Wilton wrote: Well, of course you can't block with SA itself. But I assume you knew that. You can't do what you want quite the way you showed it. But you can get the effect you

Re: Blocking mail from one specific user to another

2007-03-23 Thread Dennis Davis
[EMAIL PROTECTED] To: Loren Wilton [EMAIL PROTECTED] CC: users@spamassassin.apache.org Subject: Re: Blocking mail from one specific user to another I see, I didn't understand the syntax of the rules before, now I understand. Thank you, I will try that. As indicated elsewhere in this thread

Re: Blocking mail from one specific user to another

2007-03-23 Thread Michael Connors
: Michael Connors [EMAIL PROTECTED] To: Loren Wilton [EMAIL PROTECTED] CC: users@spamassassin.apache.org Subject: Re: Blocking mail from one specific user to another I see, I didn't understand the syntax of the rules before, now I understand. Thank you, I will try that. As indicated elsewhere

Re: Blocking mail from one specific user to another

2007-03-23 Thread Jonathan M Metts
Connors [EMAIL PROTECTED] To: Loren Wilton [EMAIL PROTECTED] CC: users@spamassassin.apache.org Subject: Re: Blocking mail from one specific user to another I see, I didn't understand the syntax of the rules before, now I understand. Thank you, I will try that. As indicated elsewhere

Re: Blocking mail from one specific user to another

2007-03-23 Thread David B Funk
On Fri, 23 Mar 2007, Loren Wilton wrote: Well, of course you can't block with SA itself. But I assume you knew that. You can't do what you want quite the way you showed it. But you can get the effect you want: header __MC_MY_FROMFrom =~ /[EMAIL PROTECTED]/i header __MC_MY_ENV

Re: Blocking mail from one specific user to another

2007-03-23 Thread Michael Connors
]) by mail.go2.ie with esmtpa (Exim 4.52) id 1HUjCF-0005Fo-62; Fri, 23 Mar 2007 12:48:43 + Message-ID: [EMAIL PROTECTED] Date: Fri, 23 Mar 2007 12:48:44 + From: Michael Connors [EMAIL PROTECTED] To: Loren Wilton [EMAIL PROTECTED] CC: users@spamassassin.apache.org Subject: Re: Blocking mail from one