[ingo] Filter problems (to to)

Luiz Morte morte at chsti.com
Sun Jun 1 23:51:21 UTC 2008


Jan Schneider escreveu:
> Zitat von Luiz Morte <morte at chsti.com>:
>
>   
>> 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.
>> --
>> Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: ingo-unsubscribe at lists.horde.org
>>
>>     
>
> Please try if this patch fixes it:  
> http://cvs.horde.org/diff.php/ingo/lib/Script/maildrop.php?r1=1.7.2.10&r2=1.7.2.11&ty=u
>   
Jan,

It´s working now.

Thank you.


More information about the ingo mailing list