Re: [Dovecot] sieve discard

2008-09-18 Thread Eugene Gladchenko
MAIL PROTECTED]" in the header and still getting into my inbox though: deliver(eugene): Sep 19 01:45:19 Info: cmusieve: Using sieve path: /home/eugene/.dovecot.sieve deliver(eugene): Sep 19 01:45:19 Info: cmusieve: Executing script /home/eugene/.dovecot.sievec deliver(eugene): Sep 19 01:45:19 Info: msgid=<01c919ad$ec09ed80$6c589fbe@|andreas>: saved mail to INBOX Am I doing something wrong? -- Eugene Gladchenko EVG15-RIPE

Re: [Dovecot] sieve discard

2008-09-19 Thread Eugene Gladchenko
PROTECTED]" but "<[EMAIL PROTECTED]>" does not. In my tests, I always sent messages to [EMAIL PROTECTED] address. But spammers used to use angle brackets so it fooled the script. Now the sieve script looks as follows and it works: if address :is :all ["To", "Cc", "Bcc", "Reply-To"] ["[EMAIL PROTECTED]"] { discard; } -- Eugene Gladchenko EVG15-RIPE

[Dovecot] Tracing an IP of a user who deleted the message

2007-05-10 Thread Eugene Gladchenko
to determine the IP of the user that deleted messages? If not, what can be done about it in the future? Thank you. -- Eugene Gladchenko EVG15-RIPE

Re: [Dovecot] sieve discard

2007-07-30 Thread Eugene Gladchenko
this patch fixes it: http://hg.dovecot.org/dovecot-1.0/rev/be2c4dacae2c TS> I'll release v1.0.3 then. Yes it works, thank you. p.s. I've just spent one hour trying to find out why my sieve script works so... hmm strange. Now I've got the answer. ;) -- Eugene Gladchenko EVG15-RIPE