Are you taking about mail filtering with SIEVE here?
Yes - sorry - the subject wasn´t clear enough!


Can you post the SIEVE script?

<snip>
require ["fileinto"];
if anyof (address :contains "from" "[email protected]") {
    redirect "[email protected]";
}
elsif anyof (address :contains "from" "gmx.de") {
    fileinto "Archive";
}
</snip>



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to