On 23 Apr 2002, Avi Schwartz wrote:

> I have a bunch of sieve rules like the following lines:
>
> if address :contains "From" "[EMAIL PROTECTED]" {
>    reject "message";
> }
>
> The problem I am having is that every time Sieve handles a message I see
> the following errors in the log file:

you need to do a

require "reject";

at the top of the file.

Note, that if you use other features this line may look more like:

require ["reject","fileinto","envelope"];

-Rob

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 235 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper


Reply via email to