Re: Debug sieve/lmtp

2000-10-24 Thread Ken Murchison
Len Smith wrote: > > I'm running Cyrus 2.0.7 on Solaris 8 but cannot seem to get sieve to > work. The seive scripts are server-side, under /usr/sieve > and the script is > > if header :contains "from" "mickey" { > discard; > } else { > forward to [EMAIL PROTECTED]; > } > > The mail messages i

Debug sieve/lmtp

2000-10-23 Thread Len Smith
I'm running Cyrus 2.0.7 on Solaris 8 but cannot seem to get sieve to work. The seive scripts are server-side, under /usr/sieve and the script is if header :contains "from" "mickey" { discard; } else { forward to [EMAIL PROTECTED]; } The mail messages is deliverd to the user, as if it is ignor