Sieve script question

Lars Schimmer l.schimmer at cgv.tugraz.at
Tue May 30 08:48:43 EDT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!

I've got a question about a sieve script:
We've got a mail alias here which is named "all".
I've built a sieve script which has some parts, e.g. following two:
if header :contains ["To"] ["all at cgv.tugraz.at"]
{
  fileinto "INBOX.ARBEIT.ALL";
  stop;
}

if header :contains ["From"] ["bonsai"]
{
  fileinto "INBOX.ARBEIT.People.bonsai";
  stop;
}

But if the person bonsai send a email to "all", this email get sorted
into the ALL folder AND into the bonsai folder.
Doesn't the stop rule stop the execution of the script for this email?
How can I change the script for a email to be sort in only one folder?


MfG,
Lars Schimmer
- --
- -------------------------------------------------------------
TU Graz, Institut für ComputerGraphik & WissensVisualisierung
Tel: +43 316 873-5405       E-Mail: l.schimmer at cgv.tugraz.at
Fax: +43 316 873-5402       PGP-Key-ID: 0x4A9B1723
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEfD8rmWhuE0qbFyMRAgIBAJ92aYWtP8dr6evgGW+Y0dfY9uHYMgCeOjTr
DpFGz5jBw7ckJ3Npn/pKRck=
=UKxh
-----END PGP SIGNATURE-----


More information about the Info-cyrus mailing list