On Wed, 2010-03-10 at 09:45 -0800, yongke wrote:
> 
> Is there anyway to use spamc to only check the body section of an email? 
> This is necessary when checking for emails that haven't been sent yet. 
>
This is possible provided that all your users send mail through an MTA
that's under your control and that you have controls in place to prevent
them sending mail by other routes. Under these conditions messages will
contain a few headers which it may be worthwhile to scan, e.g.:
From:    has the sender been forged?
To:      are there addresses which mail should not be sent to?
Subject: should a subject line always be present? 
Date:    is it within, say, 5 minutes of the server's time?

If your users can send messages via other routes forget it. Its not
possible to scan messages that are sent directly to external MTAs.

Since you haven't described your mail set-up its not possible to say
more than this.


Martin


Reply via email to