sieve-filter to script fails with SHUT_WR

2015-12-30 Thread Mark Stover
Trying to make vnd.dovecot.filter to exchange an email with my script. (I have a vnd.dovecot.pipe script working, so I'm pretty sure it's not the configuration...) I'm passing the email using stdin/stdout and _not_ using sockets. My script receives the email and processes it, but the filter proces

Re: sieve-filter to script fails with SHUT_WR

2015-12-31 Thread Mark Stover
On Wed, Dec 30, 2015 at 11:25 AM, Stephan Bosch wrote: > > > Op 30-12-2015 om 15:15 schreef Mark Stover: >> >> Trying to make vnd.dovecot.filter to exchange an email with my script. >> (I have a vnd.dovecot.pipe script working, so I'm pretty sure it's not >