[imapfilter-devel] Handle multiple cc-Adresses?

Lefteris Chatzimparmpas lefcha at hellug.gr
Fri Sep 24 20:29:01 EEST 2010


Hello!

Can you run imapfilter with the -d option and send us the output debug
file that will be produced inside your ~/.imapfilter directory?

You can count how many messages a search command matched like this:

  spam = myaccount.INBOX:contain_cc('p9760 at gmx.de')
  print("Messages matched: " .. #spam)


On 09/20/2010 07:42 PM, Hawk Anonymous wrote:
> Hi,
> 
> I am working to decrease my SPAM amount with imapfilter.
> As most of my spam-mails have some special addresses in their cc I try
> to filter these messages out. But for some reasons imapfilter does not
> seem to get them.
> I try it like this:
> (the spam mails have most of the time the cc address p9760 at gmx.de in
> their headers)
> spam = myaccount.INBOX:contain_cc('p9760 at gmx.de')
> For some reasons, I do not get any mails with this rule.
> I also like to make a rule about the count of cc addresses.
> Is this possible?
> With best regards
> 
> 
> p90
_______________________________________________
Imapfilter-devel mailing list
Imapfilter-devel at lists.hellug.gr
http://lists.hellug.gr/mailman/listinfo/imapfilter-devel


More information about the Imapfilter-devel mailing list