[ingo] filter does not work
Jan Schneider
jan at horde.org
Mon Aug 1 06:29:37 UTC 2011
Zitat von Andreas Moroder <andreas.moroder at sb-brixen.it>:
> Hello,
>
> every day I get reports from the spamfilter of our provider.
> The subject of the mail looks lite this
>
> SPAM-Report 28-07-2011: andreas.moroder at sb-brixen.it (0/2/25)
>
>
> the first number indicates if there are mails that could be
> recovered from the filter.
>
> I would like to creae a Ingo filter that move all the mail that come
> from our provider and have
>
> .it (0/
>
> in the subject to a subfolder and leave all that have a number
> differnt from 0 in my inbox.
>
> I have this filter
>
> # Spam mit 0
> 7: if allof ( header :comparator "i;ascii-casemap" :contains
> "Sender" "support.spam at siag.it", header :comparator
> "i;ascii-casemap" :contains "Subject" ".it (0" ) {
> 8: fileinto "INBOX.spam-reports";
> 9: stop;
> 10: }
>
> ( The subject starts from .it because I have two mail addresses )
>
> Why does this not work ? Is the ( the reason ?
The filter rule looks legit. Try asking on the Cyrus mailing list.
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
More information about the ingo
mailing list