View Issue Details

IDProjectCategoryView StatusLast Update
0001177SOGoWeb Preferencespublic2011-03-11 18:02
Reporterlpgauthier Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version1.3.4 
Summary0001177: Sieve filter doesn't work with sender (FROM).
Description

Hi,

I have a problem with sieve script on my server(Debian Lenny, SOGo 1.3.4). If I set a filter via SOGo webmail with this option : FROM contains bill
Action : File the message in INBOX / businness.
I activate the filter and nothing appends with a new mail.

If I change FROM to SUBJECT, everything works fine...

thanks

TagsNo tags attached.

Activities

ludovic

ludovic

2011-03-10 20:34

administrator   ~0002245

Show us the content of the Sieve script when that happens.

lpgauthier

lpgauthier

2011-03-11 18:02

reporter   ~0002250

require ["fileinto"];
if anyof (address :contains "from" "bill") {
fileinto "INBOX.test2";
}

In the .GNUstepDefaults, I have
NGImap4ConnectionStringSeparator = ".";

Issue History

Date Modified Username Field Change
2011-03-10 20:24 lpgauthier New Issue
2011-03-10 20:34 ludovic Note Added: 0002245
2011-03-11 18:02 lpgauthier Note Added: 0002250