Re: Wanna make sure I don't screw the list up!

2002-12-01 Thread Pigeon
On Sun, Dec 01, 2002 at 03:00:04PM -0500, Derrick 'dman' Hudson wrote: > On Sun, Dec 01, 2002 at 06:33:51PM +, Pigeon wrote: > | It seems that a small number of large messages are downloaded more > | efficiently than a large number of small ones. > > Possibly. That's certainly true of my setu

Re: Wanna make sure I don't screw the list up!

2002-12-01 Thread Derrick 'dman' Hudson
On Sun, Dec 01, 2002 at 06:33:51PM +, Pigeon wrote: | On Sun, Dec 01, 2002 at 12:33:18AM -0500, Derrick 'dman' Hudson wrote: | > On Sun, Dec 01, 2002 at 01:02:32AM +, Pigeon wrote: | > | The program "burster", written in C, takes its standard input (the | > | digest) apart into individual

Re: Wanna make sure I don't screw the list up!

2002-12-01 Thread Pigeon
On Sun, Dec 01, 2002 at 12:33:18AM -0500, Derrick 'dman' Hudson wrote: > On Sun, Dec 01, 2002 at 01:02:32AM +, Pigeon wrote: > | Hi, > | > | I have the following ~/.forward: > | > | # Exim filter > | if $header_from: contains "digest" > | then pipe "/home/pigeon/bin/burster" > | save "/h

Re: Wanna make sure I don't screw the list up!

2002-11-30 Thread Derrick 'dman' Hudson
On Sun, Dec 01, 2002 at 01:02:32AM +, Pigeon wrote: | Hi, | | I have the following ~/.forward: | | # Exim filter | if $header_from: contains "digest" | then pipe "/home/pigeon/bin/burster" | save "/home/pigeon/mail/debug/burster.log" | endif Ok, that's fine. | The program "burster", wr

Wanna make sure I don't screw the list up!

2002-11-30 Thread Pigeon
Hi, I have the following ~/.forward: # Exim filter if $header_from: contains "digest" then pipe "/home/pigeon/bin/burster" save "/home/pigeon/mail/debug/burster.log" endif The program "burster", written in C, takes its standard input (the digest) apart into individual messages and writes th