<span class="gmail_quote"></span>On 13/07/07, <b class="gmail_sendername">Sebastian Hagedorn</b> <<a href="mailto:Hagedorn@uni-koeln.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Hagedorn@uni-koeln.de
</a>> wrote:<div><span class="q"><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
-- George Cooke <<a href="mailto:geocoo@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">geocoo@gmail.com</a>> is rumored to have mumbled on 13. Juli<br>2007 22:30:25 +0100 regarding Cyrus/Sieve- Global Filter?:
<br><br>> Cyrus IMAPD 2.2.12 on FreeBSD configured with sieve support, SquirrelMail
<br>> with Avelsieve.<br>><br>> I need to create a global cyrus filter of any kind, so that all delivered<br>> mail messages marked as spam get filed into the spam folder for each<br>> user.<br><br>Not possible. Cryus
2.3.x supports global scripts, but even then you need<br>to include them in each user's individual script.</blockquote><div><br> </div></span>Thanks for the clarification, you are right; the patch (<a href="http://www.irbs.net/internet/info-cyrus/0612/0181.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.irbs.net/internet/info-cyrus/0612/0181.html</a>) seems to be for Cyrus 2.3.7, plus I would need a batch script create/update, and if you have front end's which manage sieve scripts, you would have to modify them to NOT overwrite your global includes, which is possible but judging from previous posts, not technically correct.
<span class="q"><br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
--<br>Sebastian Hagedorn - RZKR-R1 (Flachbau), Zi. 18, Robert-Koch-Str. 10<br>Zentrum für angewandte Informatik - Universitätsweiter Service RRZK<br>Universität zu Köln / Cologne University - Tel. +49-221-478-5587<br></blockquote>
</span>
</div><br>I just wonder as a shot in the dark how do most mail admins define
global rules for filtering messages for every/user/certain groups of
users, or is it up to the user to manage all filtering? Something like
googlemail does spam for you, theres an example.<br>
<br>Anyway I have resolved the global spam to spam folder problem is from this clever person's message: <a href="http://www.irbs.net/internet/info-cyrus/0612/0188.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.irbs.net/internet/info-cyrus/0612/0188.html
</a><br>
<br>
'I just configure amavis (actually amavisd-new) to add the spam extension<br>
($addr_extension_spam = 'spam'), and then give anonymous the p<br>
permission to the users' spam subfolders (the worst that can happen is<br>
if someone discovers the trick he can send mail directly to the spam<br>
folder).' <br>
<br>I would really like to see global script or set of
users/groups sieve script feature in CMU Sieve in future releases, as I
think it could help mail site organisation, Dovecot and Horde are
implementing it, and I really thought that such a feature would be so commonly required that it would almost definitely be implemented in CMU Sieve, how wrong I was.<br>
<br>