Hi!

I've got the problem that I cannot reject messages, or lets say they are 
not sent back to the sender, but
to cyrus@mydomain

Apr  6 11:59:00 test postfix/pickup[31356]: 9A09ADA467: uid=96 from=<>
Apr  6 11:59:00 test postfix/cleanup[31785]: 9A09ADA467: 
message-id=<cmu-sieve-31793-1018087139-0@mydomain>
Apr  6 11:59:01 test postfix/qmgr[9267]: 9A09ADA467: from=<>, size=2269, 
nrcpt=1 (queue active)
Apr  6 11:59:01 test postfix/local[31790]: 9A09ADA467: 
to=<cyrus@mydomain>, relay=local, delay=2, status=sent

The sieve script contains:

require "reject";
if header :contains "subject" "shit" {
   reject "political not correct message detected";
}

All other stuff like redirect works as expected

My setup:

cyrus 2.0.16
cyrus-sasl-1.5.24
Postfix 1.1.6

virtual tables are stored in mysql and cyrus users are authenticated via 
pam_mysql, so the actual emailadress is unknown
to cyrus.

It would be nice if someone knows some hints....

rgds

Luc

Reply via email to