On Wed, 24 Apr 2002, Bob Finch wrote: > I've written a sieve extension so you can write something like this: > > require [ "spam", "fileinto" ]; > if spam { > fileinto "spamfolder"; > } > > The "spam" test passes the message to spamassassin's spamd. The test > returns true iff the spamassassin score is greater than the threshold. > This way, only users that want to use spamassassin incur the extra > overhead. > > If you're interested, I can provide diffs against 2.1.3...
Just an FYI, an alternative to this would be to have MIMEDefang's filter read in a list of people (destination addresses, from addresses, subjects, whatever you like) to use SpamAssassin for. If any address in To: matches, check it. Jason