Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: SpamAssassin: users

OT: Thunderbird filter

 

 

SpamAssassin users RSS feed   Index | Next | Previous | View Threaded


dan at performanceadmin

Oct 23, 2009, 8:09 AM

Post #1 of 6 (709 views)
Permalink
OT: Thunderbird filter

The emails being sent to postfix-users-digest [at] cloud9 are messing
with my head. I setup a filter to put emails sent to
users [at] spamassassin into a SA folder. Whenever an email gets
sent to postfix-users-digest [at] cloud9, I think there's something wrong
with TB. I have subsequently added a filter for that address as well.

--
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.


dan at performanceadmin

Oct 23, 2009, 8:26 AM

Post #2 of 6 (673 views)
Permalink
Re: OT: Thunderbird filter [In reply to]

Dan Schaefer wrote:
> The emails being sent to postfix-users-digest [at] cloud9 are messing
> with my head. I setup a filter to put emails sent to
> users [at] spamassassin into a SA folder. Whenever an email gets
> sent to postfix-users-digest [at] cloud9, I think there's something
> wrong with TB. I have subsequently added a filter for that address as
> well.
>
I'm an idiot...wrong user list :-[

--
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.


antispam at khopis

Oct 23, 2009, 8:26 AM

Post #3 of 6 (673 views)
Permalink
Re: OT: Thunderbird filter [In reply to]

Dan Schaefer wrote:
> The emails being sent to postfix-users-digest [at] cloud9 are
> messing with my head. I setup a filter to put emails sent to
> users [at] spamassassin into a SA folder. Whenever an email
> gets sent to postfix-users-digest [at] cloud9, I think there's
> something wrong with TB. I have subsequently added a filter for
> that address as well.

This list's mail is not addressed to each individual user, so you
can't catch that in Thunderbird (look at the headers, you won't find
your personal address in any To or Cc headers). My Thunderbird filter
looks for users [at] spamassasin

If you really wanted to filter by recipient address, you could filter
by Delivered-To, but you should check to make sure that that header
exists given your own environment. I haven't had any luck using
Thunderbird to filter with Received headers.


jarif at iki

Oct 23, 2009, 8:31 AM

Post #4 of 6 (705 views)
Permalink
Re: OT: Thunderbird filter [In reply to]

23.10.2009 18:26, Adam Katz kirjoitti:
> Dan Schaefer wrote:
>> The emails being sent to postfix-users-digest [at] cloud9 are
>> messing with my head. I setup a filter to put emails sent to
>> users [at] spamassassin into a SA folder. Whenever an email
>> gets sent to postfix-users-digest [at] cloud9, I think there's
>> something wrong with TB. I have subsequently added a filter for
>> that address as well.
>
> This list's mail is not addressed to each individual user, so you
> can't catch that in Thunderbird (look at the headers, you won't find
> your personal address in any To or Cc headers). My Thunderbird filter
> looks for users [at] spamassasin
>
> If you really wanted to filter by recipient address, you could filter
> by Delivered-To, but you should check to make sure that that header
> exists given your own environment. I haven't had any luck using
> Thunderbird to filter with Received headers.
>

How about List-Id: header? I use that in my maildrop. Works like a charm.

--
http://www.iki.fi/jarif/

It is often the case that the man who can't tell a lie thinks he is the best
judge of one.
-- Mark Twain, "Pudd'nhead Wilson's Calendar"
Attachments: signature.asc (0.25 KB)


me at junc

Oct 24, 2009, 12:05 AM

Post #5 of 6 (661 views)
Permalink
Re: OT: Thunderbird filter [In reply to]

On fre 23 okt 2009 17:09:59 CEST, Dan Schaefer wrote

> The emails being sent to postfix-users-digest [at] cloud9 are messing
> with my head. I setup a filter to put emails sent to
> users [at] spamassassin into a SA folder. Whenever an email
> gets sent to postfix-users-digest [at] cloud9, I think there's
> something wrong with TB. I have subsequently added a filter for that
> address as well.

in horde webmail i do this from ingo:

# postfix
if anyof ( header :comparator "i;ascii-casemap" :contains "List-Post"
"postfix-users [at] postfix", header :comparator "i;ascii-casemap"
:contains "List-Post" "postfix-devel [at] postfix" ) {
fileinto "maillists.postfix";
stop;
}

# spamassassin
if anyof ( header :comparator "i;ascii-casemap" :contains "List-Id"
"users.spamassassin.apache.org", header :comparator "i;ascii-casemap"
:contains "List-Id" "dev.spamassassin.apache.org" ) {
fileinto "maillists.spamassassin";
stop;
}


sorry for big paste, and line wraps, but it works for me :)

--
xpoint


me at junc

Oct 24, 2009, 12:08 AM

Post #6 of 6 (668 views)
Permalink
Re: OT: Thunderbird filter [In reply to]

On fre 23 okt 2009 17:26:06 CEST, Dan Schaefer wrote
>> something wrong with TB. I have subsequently added a filter for
>> that address as well.
> I'm an idiot...wrong user list :-[

using gmail next time, then you have 10 secs to regret the posting :)

--
xpoint

SpamAssassin users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.