Re: AW: Own Rule

2010-10-04 Thread John Hardin
On Mon, 4 Oct 2010, Hans-Werner Friedemann wrote: Sorry, but is it possible to combine __TO_EQ_FROM and __FROM_IN_SUBJECT in a meta rule? Can somebody help me to build this rule? Please look at the reply to "Own Rule" I posted in the last two days. -- John Har

Re: AW: Own Rule

2010-10-04 Thread Ned Slider
On 04/10/10 07:00, Hans-Werner Friedemann wrote: Sorry, but is it possible to combine __TO_EQ_FROM and __FROM_IN_SUBJECT in a meta rule? Can somebody help me to build this rule? Thanks in advance metaTO_EQ_FROM_IN_SUBJECT(__TO_EQ_FROM && __FROM_IN_SUBJECT) describeTO_

Re: AW: Own Rule

2010-10-04 Thread Benny Pedersen
On man 04 okt 2010 08:00:59 CEST, Hans-Werner Friedemann wrote Sorry, but is it possible to combine __TO_EQ_FROM and __FROM_IN_SUBJECT in a meta rule? Can somebody help me to build this rule? meta foo (__TO_EQ_FROM && __FROM_IN_SUBJECT) -- xpoint http://www.unicom.com/pw/reply-to-harmful.htm

Re: AW: Own Rule

2010-10-04 Thread John Hardin
On Mon, 4 Oct 2010, Benny Pedersen wrote: On man 04 okt 2010 08:00:59 CEST, Hans-Werner Friedemann wrote Sorry, but is it possible to combine __TO_EQ_FROM and __FROM_IN_SUBJECT in a meta rule? Can somebody help me to build this rule? meta foo (__TO_EQ_FROM && __FROM_IN_SUBJECT) Or just wa

AW: Own Rule

2010-10-04 Thread Hans-Werner Friedemann
@spamassassin.apache.org Betreff: Re: Own Rule On Thu, 30 Sep 2010, John Hardin wrote: > On Thu, 30 Sep 2010, RW wrote: > >> On Thu, 30 Sep 2010 06:39:15 -0700 (PDT) John Hardin >> wrote: >> >> > On Thu, 30 Sep 2010, Hans-Werner Friedemann wrote: >> > >>

Re: Own Rule

2010-10-02 Thread John Hardin
On Thu, 30 Sep 2010, John Hardin wrote: On Thu, 30 Sep 2010, RW wrote: On Thu, 30 Sep 2010 06:39:15 -0700 (PDT) John Hardin wrote: > On Thu, 30 Sep 2010, Hans-Werner Friedemann wrote: > > > Has anyone an idea how I can implement an check whether the > > eMail-recipient is the sender a

Re: Own Rule

2010-09-30 Thread John Hardin
On Thu, 30 Sep 2010, RW wrote: On Thu, 30 Sep 2010 06:39:15 -0700 (PDT) John Hardin wrote: On Thu, 30 Sep 2010, Hans-Werner Friedemann wrote: Has anyone an idea how I can implement an check whether the eMail-recipient is the sender an[d] the eMail-Adress appears in the subject to[o]? Use

Re: Own Rule

2010-09-30 Thread RW
On Thu, 30 Sep 2010 06:39:15 -0700 (PDT) John Hardin wrote: > On Thu, 30 Sep 2010, Hans-Werner Friedemann wrote: > > > Has anyone an idea how I can implement an check whether the > > eMail-recipient is the sender an[d] the eMail-Adress appears in the > > subject to[o]? > > Use the __TO_EQ_FROM

Re: Own Rule

2010-09-30 Thread John Hardin
On Thu, 30 Sep 2010, Hans-Werner Friedemann wrote: Has anyone an idea how I can implement an check whether the eMail-recipient is the sender an the eMail-Adress appears in the subject to? Use the __TO_EQ_FROM meta rule that's being distributed via sa-update. What exactly do you want to check

Own Rule

2010-09-30 Thread Hans-Werner Friedemann
Has anyone an idea how I can implement an check whether the eMail-recipient is the sender an the eMail-Adress appears in the subject to? Thanks for answering!