arrange to be able to define options; put precedences in .cf file;
[unix-history] / usr / src / usr.sbin / sendmail / src / savemail.c
index 733806a..5910ede 100644 (file)
@@ -1,7 +1,7 @@
 # include <pwd.h>
 # include "sendmail.h"
 
 # include <pwd.h>
 # include "sendmail.h"
 
-SCCSID(@(#)savemail.c  3.43            %G%);
+SCCSID(@(#)savemail.c  3.44            %G%);
 
 /*
 **  SAVEMAIL -- Save mail on error
 
 /*
 **  SAVEMAIL -- Save mail on error
@@ -41,7 +41,7 @@ savemail()
 
        if (exclusive++)
                return;
 
        if (exclusive++)
                return;
-       if (CurEnv->e_class <= PRI_JUNK)
+       if (CurEnv->e_class < 0)
        {
                message(Arpa_Info, "Dumping junk mail");
                return;
        {
                message(Arpa_Info, "Dumping junk mail");
                return;