> I suspect you're seeing the same thing I saw in
> http://www.mail-archive.com/info-cyrus@lists.andrew.cmu.edu/msg09915.html
>
> That message includes my "fix", which may not apply in your
> situation. But maybe it will give you more keywords to
> google for :-) All the best,
>
> Will
Thx for y
My reject rules in sieve send there reject reply message to
[EMAIL PROTECTED] instead of the original sender.
Any idea what the problem could be?
--- sieve script --
if
header :contains "From" "domain.com"
{
reject text:
Please do not send me mail.
.
;
}
---
software versions: