Re: mail filtering / qmail - tangent to spam mail question

2002-06-04 Thread Paul Miller
Do you know if maildrop can use qmail's variables?  I'd like to avoid
separate filter files for every .qmail-ext I have.

Thanks!
-Paul

On Mon, 3 Jun 2002 22:18:46 -0500
Jamin W. Collins [EMAIL PROTECTED] wrote:

 On Mon, 3 Jun 2002 23:00:42 -0400
 Paul Miller [EMAIL PROTECTED] wrote:
 
  I'm using qmail/rblsmtpd, qmailscanner, and spamassassin.  All my
  incoming mail are marked with X-Spam-Status: and I'd like to have
  mail with spam status of Yes put into a separate maildir.  I'm
  using qmail maildirs, and I'd like to continue using maildirs.  How
  can I filter my mail using dot-qmail files?
 
 I do this with maildrop and a ~/.mailfilter file like so:
 
 xfilter spamassassin -P
 
 if ( /^X-Spam-Flag: YES/ )
 {
to $DEFAULT/.Spam/
 }
 
 and the following in your ~/.qmail file:
 
 | /usr/bin/maildrop
 
 -- 
 Jamin W. Collins
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mail filtering / qmail - tangent to spam mail question

2002-06-04 Thread Paul Miller
Cool!  I got it to work!  Thanks!!!
-Paul

# cat .qmail
|maildrop .mailfilter Maildir/

# cat .qmail-ext
|maildrop .mailfilter mail/$EXT

# cat .mailfilter
if ( /^X-Spam-Status: Yes/ )
{
to $HOME/mail/SPAM/
}
else
{
to $HOME/$1
}


On Tue, 4 Jun 2002 00:20:08 -0400
Paul Miller [EMAIL PROTECTED] wrote:

 Do you know if maildrop can use qmail's variables?  I'd like to avoid
 separate filter files for every .qmail-ext I have.
 
 Thanks!
 -Paul
 
 On Mon, 3 Jun 2002 22:18:46 -0500
 Jamin W. Collins [EMAIL PROTECTED] wrote:
 
  On Mon, 3 Jun 2002 23:00:42 -0400
  Paul Miller [EMAIL PROTECTED] wrote:
  
   I'm using qmail/rblsmtpd, qmailscanner, and spamassassin.  All my
   incoming mail are marked with X-Spam-Status: and I'd like to
   have mail with spam status of Yes put into a separate maildir. 
   I'm using qmail maildirs, and I'd like to continue using maildirs.
How
   can I filter my mail using dot-qmail files?
  
  I do this with maildrop and a ~/.mailfilter file like so:
  
  xfilter spamassassin -P
  
  if ( /^X-Spam-Flag: YES/ )
  {
 to $DEFAULT/.Spam/
  }
  
  and the following in your ~/.qmail file:
  
  | /usr/bin/maildrop
  
  -- 
  Jamin W. Collins
  
  
  -- 
  To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]
  
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mail filtering / qmail - tangent to spam mail question

2002-06-04 Thread prover
I'M NOT MEMER OF YOUR MAILING LISTS.

WHY THIS MAILS COME TO ME?
EVERY DAY COME TO ME 200 MAILS FROM YOUR MAILING LISTS.

CAN YOU DO SOMETHING WITH IT?

 THANK YOU.

- Original Message -
From: Paul Miller [EMAIL PROTECTED]
To: debian debian-user@lists.debian.org
Sent: Tuesday, June 04, 2002 5:00 AM
Subject: mail filtering / qmail - tangent to spam mail question



 Hey all,
 I'm using qmail/rblsmtpd, qmailscanner, and spamassassin.  All my incoming
mail are marked with X-Spam-Status: and I'd like to have mail with spam
status of Yes put into a separate maildir.  I'm using qmail maildirs, and
I'd like to continue using maildirs.  How can I filter my mail using
dot-qmail files?

 I know I need to use |command...

 Thanks!
 -Paul


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mail filtering / qmail - tangent to spam mail question

2002-06-04 Thread prover
I'M NOT MEMER OF YOUR MAILING LISTS.

WHY THIS MAILS COME TO ME?
EVERY DAY COME TO ME 200 MAILS FROM YOUR MAILING LISTS.

CAN YOU DO SOMETHING WITH IT?

 THANK YOU.

- Original Message -
From: Jamin W.Collins [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Sent: Tuesday, June 04, 2002 5:18 AM
Subject: Re: mail filtering / qmail - tangent to spam mail question


 On Mon, 3 Jun 2002 23:00:42 -0400
 Paul Miller [EMAIL PROTECTED] wrote:

  I'm using qmail/rblsmtpd, qmailscanner, and spamassassin.  All my
  incoming mail are marked with X-Spam-Status: and I'd like to have mail
  with spam status of Yes put into a separate maildir.  I'm using qmail
  maildirs, and I'd like to continue using maildirs.  How can I filter my
  mail using dot-qmail files?

 I do this with maildrop and a ~/.mailfilter file like so:

 xfilter spamassassin -P

 if ( /^X-Spam-Flag: YES/ )
 {
to $DEFAULT/.Spam/
 }

 and the following in your ~/.qmail file:

 | /usr/bin/maildrop

 --
 Jamin W. Collins


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mail filtering / qmail - tangent to spam mail question

2002-06-04 Thread prover
I'M NOT MEMER OF YOUR MAILING LISTS. MY MAIL IS : [EMAIL PROTECTED]
([EMAIL PROTECTED] IS ONLY FORWARD FROM [EMAIL PROTECTED]).

WHY THIS MAILS COME TO ME?
EVERY DAY COME TO ME 200 MAILS FROM YOUR MAILING LISTS.

CAN YOU DO SOMETHING WITH IT?

 THANK YOU.

- Original Message -
From: Paul Miller [EMAIL PROTECTED]
To: Jamin W. Collins [EMAIL PROTECTED]
Cc: debian-user@lists.debian.org
Sent: Tuesday, June 04, 2002 6:20 AM
Subject: Re: mail filtering / qmail - tangent to spam mail question


 Do you know if maildrop can use qmail's variables?  I'd like to avoid
 separate filter files for every .qmail-ext I have.

 Thanks!
 -Paul

 On Mon, 3 Jun 2002 22:18:46 -0500
 Jamin W. Collins [EMAIL PROTECTED] wrote:

  On Mon, 3 Jun 2002 23:00:42 -0400
  Paul Miller [EMAIL PROTECTED] wrote:
 
   I'm using qmail/rblsmtpd, qmailscanner, and spamassassin.  All my
   incoming mail are marked with X-Spam-Status: and I'd like to have
   mail with spam status of Yes put into a separate maildir.  I'm
   using qmail maildirs, and I'd like to continue using maildirs.  How
   can I filter my mail using dot-qmail files?
 
  I do this with maildrop and a ~/.mailfilter file like so:
 
  xfilter spamassassin -P
 
  if ( /^X-Spam-Flag: YES/ )
  {
 to $DEFAULT/.Spam/
  }
 
  and the following in your ~/.qmail file:
 
  | /usr/bin/maildrop
 
  --
  Jamin W. Collins
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]
 


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mail filtering / qmail - tangent to spam mail question

2002-06-04 Thread prover
I'M NOT MEMER OF YOUR MAILING LISTS. MY MAIL IS : [EMAIL PROTECTED]
([EMAIL PROTECTED] IS ONLY FORWARD FROM [EMAIL PROTECTED]).

WHY THIS MAILS COME TO ME?
EVERY DAY COME TO ME 200 MAILS FROM YOUR MAILING LISTS.

CAN YOU DO SOMETHING WITH IT?

 THANK YOU.

- Original Message -
From: Paul Miller [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; debian-user@lists.debian.org
Sent: Tuesday, June 04, 2002 6:46 AM
Subject: Re: mail filtering / qmail - tangent to spam mail question


 Cool!  I got it to work!  Thanks!!!
 -Paul

 # cat .qmail
 |maildrop .mailfilter Maildir/

 # cat .qmail-ext
 |maildrop .mailfilter mail/$EXT

 # cat .mailfilter
 if ( /^X-Spam-Status: Yes/ )
 {
 to $HOME/mail/SPAM/
 }
 else
 {
 to $HOME/$1
 }


 On Tue, 4 Jun 2002 00:20:08 -0400
 Paul Miller [EMAIL PROTECTED] wrote:

  Do you know if maildrop can use qmail's variables?  I'd like to avoid
  separate filter files for every .qmail-ext I have.
 
  Thanks!
  -Paul
 
  On Mon, 3 Jun 2002 22:18:46 -0500
  Jamin W. Collins [EMAIL PROTECTED] wrote:
 
   On Mon, 3 Jun 2002 23:00:42 -0400
   Paul Miller [EMAIL PROTECTED] wrote:
  
I'm using qmail/rblsmtpd, qmailscanner, and spamassassin.  All my
incoming mail are marked with X-Spam-Status: and I'd like to
have mail with spam status of Yes put into a separate maildir.
I'm using qmail maildirs, and I'd like to continue using maildirs.
 How
can I filter my mail using dot-qmail files?
  
   I do this with maildrop and a ~/.mailfilter file like so:
  
   xfilter spamassassin -P
  
   if ( /^X-Spam-Flag: YES/ )
   {
  to $DEFAULT/.Spam/
   }
  
   and the following in your ~/.qmail file:
  
   | /usr/bin/maildrop
  
   --
   Jamin W. Collins
  
  
   --
   To UNSUBSCRIBE, email to [EMAIL PROTECTED]
   with a subject of unsubscribe. Trouble? Contact
   [EMAIL PROTECTED]
  
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]
 


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mail filtering / qmail - tangent to spam mail question

2002-06-03 Thread Jamin W . Collins
On Mon, 3 Jun 2002 23:00:42 -0400
Paul Miller [EMAIL PROTECTED] wrote:

 I'm using qmail/rblsmtpd, qmailscanner, and spamassassin.  All my
 incoming mail are marked with X-Spam-Status: and I'd like to have mail
 with spam status of Yes put into a separate maildir.  I'm using qmail
 maildirs, and I'd like to continue using maildirs.  How can I filter my
 mail using dot-qmail files?

I do this with maildrop and a ~/.mailfilter file like so:

xfilter spamassassin -P

if ( /^X-Spam-Flag: YES/ )
{
   to $DEFAULT/.Spam/
}

and the following in your ~/.qmail file:

| /usr/bin/maildrop

-- 
Jamin W. Collins


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]