Re: Executing scripts using sieve

2004-04-04 Thread Jim Levie
On Thu, 2004-04-01 at 11:17, Scott Russell wrote: > On Thu, 2004-04-01 at 11:58, David Smith wrote: > > Finally got around to playing with sieve, and all my server side > > filtering is now working like a dream however... > > > > I want to setup a sieve rule that will pipe an email sent to a cert

RE: Executing scripts using sieve

2004-04-03 Thread David Smith
> You could always have sieve put these images into a special > folder and then using the perl IMAP modules watch that folder > for new content. Out of cron runs a perl script that: > > 1) connects to imap server > 2) gets new messages in the folder "mobile_picts" > 3) gets the message content a

Re: Executing scripts using sieve

2004-04-01 Thread Ken Murchison
David Smith wrote: Finally got around to playing with sieve, and all my server side filtering is now working like a dream however... I want to setup a sieve rule that will pipe an email sent to a certain account to a perl script, I've done a google to see if I can find info on this and have hit

Re: Executing scripts using sieve

2004-04-01 Thread Scott Russell
On Thu, 2004-04-01 at 11:58, David Smith wrote: > Finally got around to playing with sieve, and all my server side > filtering is now working like a dream however... > > I want to setup a sieve rule that will pipe an email sent to a certain > account to a perl script, I've done a google to see if

Executing scripts using sieve

2004-04-01 Thread David Smith
Finally got around to playing with sieve, and all my server side filtering is now working like a dream however... I want to setup a sieve rule that will pipe an email sent to a certain account to a perl script, I've done a google to see if I can find info on this and have hit a blank wall... any