Re: Piping mail through a script from a macro

2000-07-27 Thread Mikko Hänninen
Ben Beuchler [EMAIL PROTECTED] wrote on Thu, 27 Jul 2000: macro index \Cs "pipe-messagespam.plenter If I call it manually from within mutt via the "|" command, it works fine. spam.pl prompts me to hit a key to continue and I drop back in to mutt. If, however, I call it from the macro

Re: Piping mail through a script from a macro

2000-07-27 Thread Ben Beuchler
On Thu, Jul 27, 2000 at 08:27:00PM +0300, Mikko H?nninen wrote: Ben Beuchler [EMAIL PROTECTED] wrote on Thu, 27 Jul 2000: macro index \Cs "pipe-messagespam.plenter If I call it manually from within mutt via the "|" command, it works fine. spam.pl prompts me to hit a key to continue

Re: Piping mail through a script from a macro

2000-07-27 Thread Brendan Cully
On Thursday, 27 July 2000 at 13:10, Ben Beuchler wrote: Good point. Fixed that but it still didn't work. It turns out that it was the \Cs. For some reason mutt didn't like using ^s as a macro. No matter what I specified there, it locked up. I checked and it is not being used anywhere

Re: Piping mail through a script from a macro

2000-07-27 Thread jjtoth
On Thu, Jul 27, 2000 at 01:10:59PM -0500, Ben Beuchler ([EMAIL PROTECTED]) said: On Thu, Jul 27, 2000 at 08:27:00PM +0300, Mikko H?nninen wrote: macro index \Cs "pipe-messagespam.plenter [...] Good point. Fixed that but it still didn't work. It turns out that it was the \Cs. For some

Re: Piping mail through a script from a macro

2000-07-27 Thread Mikko Hänninen
Ben Beuchler [EMAIL PROTECTED] wrote on Thu, 27 Jul 2000: It turns out that it was the \Cs. For some reason mutt didn't like using ^s as a macro. No matter what I specified there, it locked up. I checked and it is not being used anywhere else in the config. My Eterm doesn't have anything

Re: Piping mail through a script from a macro

2000-07-27 Thread David Champion
On 2000.07.27, in [EMAIL PROTECTED], "Ben Beuchler" [EMAIL PROTECTED] wrote: Good point. Fixed that but it still didn't work. It turns out that it was the \Cs. For some reason mutt didn't like using ^s as a macro. No matter what I specified there, it locked up. I checked and it

Re: Piping mail through a script from a macro

2000-07-27 Thread Bob Bell
On Thu, Jul 27, 2000 at 01:10:59PM -0500, Ben Beuchler [EMAIL PROTECTED] wrote: Good point. Fixed that but it still didn't work. It turns out that it was the \Cs. For some reason mutt didn't like using ^s as a macro. No matter what I specified there, it locked up. I checked and it is not

Re: Piping mail through a script from a macro

2000-07-27 Thread David Lebel
Quoting Ben Beuchler ([EMAIL PROTECTED]): I'm trying to set up a macro to pipe mail through the oh-so-spiffy spam.pl program (spam.sourceforge.net). This is what I have defined: macro index \Cs "pipe-messagespam.plenter I'm also using that program (spam.pl), and here is my macro: macro

Re: Piping mail through a script from a macro

2000-07-27 Thread David Lebel
Allo, CTRL-S is the XOFF signal; it "freeze" the terminal until a XON is sent. That's CTRL-Q, normally. Mutt never actually received the CTRL-S, it was interpreted before it reached its destination. Ciao, ...David Quoting Ben Beuchler ([EMAIL PROTECTED]): On Thu, Jul 27, 2000 at

Re: Piping mail through a script from a macro

2000-07-27 Thread Ben Beuchler
On Thu, Jul 27, 2000 at 01:28:00PM -0500, David Champion wrote: $20 says it "unlocks" when you type ^Q. Thanks to you and everyone else that responded with this bit of Unix lore from days gone by... That's one of the reasons I love Unix. It has a history! Ben -- Ben Beuchler

Re: Piping mail through a script from a macro

2000-07-27 Thread Ben Beuchler
On Thu, Jul 27, 2000 at 02:46:52PM -0400, David Lebel wrote: Quoting Ben Beuchler ([EMAIL PROTECTED]): I'm trying to set up a macro to pipe mail through the oh-so-spiffy spam.pl program (spam.sourceforge.net). This is what I have defined: macro index \Cs "pipe-messagespam.plenter

Re: Piping mail through a script from a macro

2000-07-27 Thread Charles Curley
On Thu, Jul 27, 2000 at 02:30:42PM -0500, Ben Beuchler muttered: On Thu, Jul 27, 2000 at 01:28:00PM -0500, David Champion wrote: $20 says it "unlocks" when you type ^Q. Thanks to you and everyone else that responded with this bit of Unix lore from days gone by... That's one of the