[Tickets #6182] Re: convert_prefs_to_sql.php results in duplicate blacklist / whitelist rules

bugs at horde.org bugs at horde.org
Thu Jan 31 17:35:40 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=6182
-----------------------------------------------------------------------
 Ticket             | 6182
 Updated By         | liamr at deathstar.org
 Summary            | convert_prefs_to_sql.php results in duplicate blacklist / whitelist
                    | rules
 Queue              | Ingo
 Version            | 1.2-RC2
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


liamr at deathstar.org (2008-01-31 12:35) wrote:

The entry from horde_prefs that generated that set of rules is..

ingo  	auto_update  	1
ingo 	rules 	

Array
(
    [0] => Array
        (
            [name] => Whitelist
            [action] => 9
            [disable] => 
        )

    [1] => Array
        (
            [name] => Blacklist
            [action] => 7
            [disable] => 1
        )

    [2] => Array
        (
            [name] => machinemail
            [combine] => 2
            [conditions] => Array
                (
                    [0] => Array
                        (
                            [field] => From
                            [type] => 1
                            [match] => contains
                            [value] => root from scratch
                        )

                    [1] => Array
                        (
                            [field] => From
                            [type] => 1
                            [match] => contains
                            [value] => root at example.edu
                        )

                    [2] => Array
                        (
                            [field] => From
                            [type] => 1
                            [match] => contains
                            [value] => the root of all evil
                        )

                    [3] => Array
                        (
                            [field] => From
                            [type] => 1
                            [match] => contains
                            [value] => nefu-monitor
                        )

                    [4] => Array
                        (
                            [field] => From
                            [type] => 1
                            [match] => contains
                            [value] => flume
                        )

                )

            [action-value] => vacationfilter
            [action] => 2
            [stop] => 1
            [flags] => 0
            [disable] => 1
        )

    [3] => Array
        (
            [name] => ITCS SpamBox
            [combine] => 1
            [conditions] => Array
                (
                    [0] => Array
                        (
                            [field] => X-DSPAM-Result
                            [type] => 1
                            [match] => is
                            [value] => Spam
                        )

                )

            [action-value] => SpamBox
            [action] => 2
            [stop] => 1
            [flags] => 0
        )

)

ingo 	whitelist 	

Array
(
    [0] => address at example.com
    [1] => address at example.net
    [2] => address at example.org
)




More information about the bugs mailing list