Re: Trouble with filters



On 05/08/2005 07:49:02 PM, Andreas Schmidt wrote:
Hi, Peter,
[ snip ]
In 2.0.17, I just created a dummy filter "test test". That's what is now in the config file:

	MailboxFilters=test\\ test

	[filter-9]
	Name=test test

Hope that helped. Best regards,

Those lines are both correct. The MailboxFilters= entry is a space-separated list of filter names, so the embedded space is escaped; the Name= entry is a single string, so the space doesn't need escaping.

So here's the key part: do you get two "Invalid filters test for mailbox..." warnings when you open that mailbox? You shouldn't--but if the spaces in the other MailboxFilters= lines were escaped in the same way, you shouldn't have seen the original warnings, either!

Best,

Peter



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]