Bug 18353 - Globales Sieveskript zur Spamfilterung in Ordner pro User
Globales Sieveskript zur Spamfilterung in Ordner pro User
Status: RESOLVED INVALID
Product: UCS
Classification: Unclassified
Component: Mail
UNSTABLE
Other Linux
: P5 enhancement (vote)
: ---
Assigned To: Bugzilla Mailingliste
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-07 14:51 CEST by Tobias Scherer
Modified: 2011-12-23 15:37 CET (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Scherer univentionstaff 2010-05-07 14:51:15 CEST
Es sollte eine Möglichkeit geben ein globales Sieve Script zu konfigurieren, welches von Spamassassin getaggte Spam Mails automatisch in den Unterordner "spam" des jeweiliegen Users verschiebt.
Comment 1 Stefan Gohmann univentionstaff 2010-05-07 15:36:03 CEST
Haben wir das denn nicht schon? 

cat trunk/ucs/services/univention-mail-cyrus//conffiles/var/spool/sieve/local.sieve

@%@BCWARNING=# @%@
require "fileinto";
if header :matches "X-Spam-Status" "Yes,*" {
        fileinto "INBOX/Spam";
        stop;
}
Comment 2 Felix Botner univentionstaff 2011-12-23 15:37:23 CET
Es gibt ab 3.0 nur noch das Standard Sieve Skript pro Benutzer beim Anlegen der Mailbox (spam Filter). Mehr soll es nicht geben.