[ postfixadmin-Feature Requests-3384953 ] Spam / Sieve Script User Control
Brought to you by:
christian_boltz,
gingerdog
|
From: SourceForge.net <no...@so...> - 2011-08-02 20:48:35
|
Feature Requests item #3384953, was opened at 2011-08-02 20:29 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=3384953&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None >Priority: 4 Private: No Submitted By: Drew (nerddtvg) Assigned to: Nobody/Anonymous (nobody) Summary: Spam / Sieve Script User Control Initial Comment: I needed the ability to turn on and off a global sieve script depending on a user's option for spam sorting. I have attached the files diffed against release 2.3.3 since the trunk was too different from my live version. The following was added to the SQL script in Dovecot for the user_query: IF(spam=1, '/var/vmail/sieve/spam.sieve','') as sieve \ And the following was altered on the table mailbox: alter table mailbox add column spam tinyint(1) not null default 1 after quota; The original intent was to have the sieve script name changeable or at least selected from the database (stored per user or in a different table joined in) but I was against the clock and didn't get that join code in place. This just places a check box on the mailbox create and modify pages enabling and disabling according to their preference. Global option to allow this is in the configuration file, and the default user option to pre-fill forms is as well. ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2011-08-02 22:48 Message: as I said in #postfixadmin: at the moment I'm not going to implement additional fields, and plan to change trunk in a way that makes adding fields very easy. Therefore I'm lowering the priority a bit for now. Nevertheless: thanks for the patch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=3384953&group_id=191583 |