I'm not finding exactly where this is happening, but somewhere there
is an option to set a rule for any header matching something. I
suspect it happens when you click on the blacklist option, but what's
happening is a rule for every header is created including one that
looks like:

Size is greater than "some text search string"

When this is processed, it evaluates to true, as the value is simply
cast to a float which becomes 0. The size of a message will always be
greater than zero, so this always returns true. The default action for
blacklisted messages is to delete it, so all messages are getting
deleted.

Has anyone else come across this bug?
-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to