Gossamer Forum
Home : Products : Gossamer Mail : Development, Plugins and Globals :

Advanced Filters - check "body" of email?

Quote Reply
Advanced Filters - check "body" of email?
Hello!

Is there a way that checking of the "body" of emails can be added to the advanced filters?

Regan
Quote Reply
Re: [ryel01] Advanced Filters - check "body" of email? In reply to
The filtering code is only passed the header of the e-mail, so that part of the code can't do much more than what it already does. However, you could write a plugin that does a pre hook on GMail::Messages::insert_user (like the old Spam Assassin plugin did) to do some filtering on that.

Adrian