[ingo] Huge Horde/IMP/Ingo size rule bug

patrick gibblertron at gmail.com
Wed Jul 25 19:23:57 UTC 2007


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?


More information about the ingo mailing list