[ingo] Filter problems (to to)

Luiz Morte morte at chsti.com
Sun Jun 1 21:05:55 UTC 2008


Hello list,

I don't know if this "problem" had been pass in the list.

Horde versions:
horde-base-3.2_2
horde-ingo-1.2
and
horde-base-3.1.5
horde-ingo-1.1.4


I'm trying to make a simple filter

test
all of the following
Sender -> Contains -> test at test.com
Do this:
Deliver to folder -> Inbox

If I do that, the script is:
##### test #####
if( \
   /^Sender: .*test at test\.com/:h \
)
exception {
   to to "${DEFAULT}
}

The last line is wrong.

To "resolve" the problem, I made like this:
test
all of the following
Sender -> Contains -> test at test.com
Do this:
Deliver into my Inbox


The problem is that another user can choice the first action.

Thanks in advance,
Luiz Morte.


More information about the ingo mailing list