Fun with procmail... STILL.

1996-12-06 Thread Daniel Stringfield
Right now I know procmail is seeing definetly being executed, but stuff is
still not being sorted correctly.

This is my .procmailrc file

:0
* X-Mailing-List: debian-user@
debian-user

:0
* X-Mailing-List: debian-devel@
debian-devel



my .forward has:
|/usr/bin/forward

and thats it..  something I'm missig?

--
  Daniel Stringfield  
   mailto:[EMAIL PROTECTED] http://www.jax-inter.net/users/servo
Send email for more information on the Jacksonville Linux Users Group!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Fun with procmail... STILL.

1996-12-06 Thread Joey Hess
On Thu, 5 Dec 1996, Daniel Stringfield wrote:
 my .forward has:
 |/usr/bin/forward
 
 and thats it..  something I'm missig?

If you intend to pipe stuff through procmail, shouldn't your .forward
contain /usr/bin/procmail?

-- 
#!/usr/bin/perl -pl-   # ,,ep) ayf |)nj,,
$_=reverse lc$_;s@@''@g;y/[]{A-U}()a-y1-9,!.?`'/][} # Joey Hess
{)(eq)paj6y!fk7wuodbjsfn^mxhl5Eh29L86`i'%,/;[EMAIL PROTECTED]@|@g # [EMAIL 
PROTECTED]
   true - do nothing, successfully - - true (1)


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Fun with procmail... STILL.

1996-12-06 Thread Daniel Stringfield
On Thu, 5 Dec 1996, Joey Hess wrote:

 On Thu, 5 Dec 1996, Daniel Stringfield wrote:
  my .forward has:
  |/usr/bin/forward
  
  and thats it..  something I'm missig?
 
 If you intend to pipe stuff through procmail, shouldn't your .forward
 contain /usr/bin/procmail?

Mistype... it does have /usr/bin/procmail  brain fart. sorry!

--
  Daniel Stringfield  
   mailto:[EMAIL PROTECTED] http://www.jax-inter.net/users/servo
Send email for more information on the Jacksonville Linux Users Group!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Fun with procmail... STILL.

1996-12-06 Thread David Ogilvie

I'm using procmail just fine at my site.  I think that the recommended 
.forward is:
|IFS=' 'exec /usr/bin/procmail -f-||exit 75 #USERNAME

quotes and all (of course, substituting your username for USERNAME.)  I that 
thats out of the procmailrc man page, or some other man page hiding somewhere. 
 At least, it works over here.

-david



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Fun with procmail... STILL.

1996-12-06 Thread Boris D. Beletsky
Hi Daniel, You wrote:
 Daniel
 Daniel Right now I know procmail is seeing definetly being executed,
 Daniel but stuff is still not being sorted correctly.
 Daniel
 Daniel This is my .procmailrc file
 Daniel
 Daniel :0 * X-Mailing-List: debian-user@ debian-user

try using:

:0
* ^X-Mailing-List: *debian-user*
debian-user


Works here...

Regards
borik

--
Boris D. Beletsky [EMAIL PROTECTED] 
For pgp public key, e-mail me 
with subject get pgp-key


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Fun with procmail... STILL.

1996-12-06 Thread Scott Barker
Boris D. Beletsky said:
  Daniel :0 * X-Mailing-List: debian-user@ debian-user
 
 :0
 * ^X-Mailing-List: *debian-user*
 debian-user

I use:

:0:
* ^TOdebian-user
lists/debian-users


Works great.

-- 
Scott Barker
Linux Consultant
[EMAIL PROTECTED]
http://www.cuug.ab.ca:8001/~barkers/   (under construction)

[ I try to reply to all e-mail within 3 days. If you don't   ]
[ get a response by then, I probably didn't get your e-mail. ]
[ Unsolicited commercial and junk e-mail will be proof-read for US$100 ]

Democracy is the recurrent suspicion that more than half of the people are
   right more than half the time.
   - E. B. White


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Fun with procmail... STILL.

1996-12-06 Thread Daniel Stringfield
On Fri, 6 Dec 1996, Boris D. Beletsky wrote:

 try using:
 
 :0
 * ^X-Mailing-List: *debian-user*
 debian-user

I've added it, and am now awaiting mail... :)

We shall see shortly!
--
  Daniel Stringfield  
   mailto:[EMAIL PROTECTED] http://www.jax-inter.net/users/servo
Send email for more information on the Jacksonville Linux Users Group!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Fun with procmail... STILL.

1996-12-06 Thread Boris D. Beletsky
Hi R, You wrote:
 R
 R Boris D. Beletsky [EMAIL PROTECTED] writes:  Hi Daniel,
 R You wrote:  Daniel This is my .procmailrc file  Daniel 
 R Daniel :0 * X-Mailing-List: debian-user@ debian-user   try
 R using:   :0  * ^X-Mailing-List: *debian-user*  debian-user
 R ^^^
 R
 R That should probably read:
 R
 R :0: * ^X-Mailing-List:.*debian-user.* debian-user
 R
 R Note the regexp syntax, not the shell wildcard syntax.

yes, my mistake

thks
borik

--
Boris D. Beletsky [EMAIL PROTECTED] 
For pgp public key, e-mail me 
with subject get pgp-key


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Fun with procmail... STILL.

1996-12-06 Thread Boris D. Beletsky
Hi Daniel, You wrote:
 Daniel
 Daniel On Fri, 6 Dec 1996, Boris D. Beletsky wrote:
 Daniel
 Daniel  try using:
 Daniel 
 Daniel  :0 * ^X-Mailing-List: *debian-user* debian-user
 Daniel
 Daniel I've added it, and am now awaiting mail... :)
 Daniel
 Daniel We shall see shortly! -- Daniel
sorry!
mistake, it should be:

:0
* ^X-Mailing-List.*debian-user*


borik

--
Boris D. Beletsky [EMAIL PROTECTED] 
For pgp public key, e-mail me 
with subject get pgp-key


--
This message was delayed because the list mail delivery agent was down.


Re: Fun with procmail... STILL.

1996-12-06 Thread Raja R Harinath
Boris D. Beletsky [EMAIL PROTECTED] writes:
 Hi Daniel, You wrote:
  Daniel This is my .procmailrc file
  Daniel
  Daniel :0 * X-Mailing-List: debian-user@ debian-user
 
 try using:
 
 :0
 * ^X-Mailing-List: *debian-user*
 debian-user  ^^^

That should probably read:

:0:
* ^X-Mailing-List:.*debian-user.*
debian-user

Note the regexp syntax, not the shell wildcard syntax.

- Hari

-- 
Raja R Harinath -- [EMAIL PROTECTED]
When all else fails, read the instructions.  -- Cahn's Axiom
Our policy is, when in doubt, do the right thing.   -- Roy L Ash


--
This message was delayed because the list mail delivery agent was down.