Re: Sieve not filtering

2017-02-20 Thread Alexander Dalloz
Am 18.02.2017 um 17:44 schrieb Ben: [ ... ] Actually, after many hours of head-bashing, I discovered the problem. sieve doesn't work when you're just using telnet port 25 ! I was doing : ehlo test mail from:sen...@example.com rcpt to:re...@example.com data Subject: hello world Hello World

Re: Sieve not filtering

2017-02-20 Thread Ben
Thank you for this. Actually, after many hours of head-bashing, I discovered the problem. sieve doesn't work when you're just using telnet port 25 ! I was doing : ehlo test mail from:sen...@example.com rcpt to:re...@example.com data Subject: hello world Hello World ! . With the above, sieve

Re: Sieve not filtering

2017-02-20 Thread Stuart Henderson
On 2017-02-18, Ben wrote: > >> What I did when encountering a similar issue was to take one of the messages >> from INBOX that should have been moved elsewhere and use sieve-test on it: >> >> sieve-test -Tlevel=matching >> >> That generates a lot of output as it goes through every line of the s

Re: Sieve not filtering

2017-02-18 Thread Ben
What I did when encountering a similar issue was to take one of the messages from INBOX that should have been moved elsewhere and use sieve-test on it: sieve-test -Tlevel=matching That generates a lot of output as it goes through every line of the sieve file and shows the actual values tha

Re: Sieve not filtering

2017-02-17 Thread Doug Hardie
> On 17 February 2017, at 08:24, Ben wrote: > > Hi, > > I have copied accross a known-good sieve file from a working server and its > not filtering. Everything just gets chucked into INBOX. What I did when encountering a similar issue was to take one of the messages from INBOX that should h