Update from samosa: be less conservative when looking for an encrypted message
authorjoey <>
Sat, 6 Nov 2004 11:55:16 +0000 (11:55 +0000)
committerjoey <>
Sat, 6 Nov 2004 11:55:16 +0000 (11:55 +0000)
ud-mailgate

index 680b14d..ede45ac 100755 (executable)
@@ -360,7 +360,8 @@ try:
    Msg = GetClearSig(Email);
 
    ErrMsg = "Message is not PGP signed:"
-   if string.find(Msg[0],"-----BEGIN PGP SIGNED MESSAGE-----") == -1:
+   if string.find(Msg[0],"-----BEGIN PGP SIGNED MESSAGE-----") == -1 and \
+      string.find(Msg[0],"-----BEGIN PGP MESSAGE-----") == -1:
       raise Error, "No PGP signature";
    
    # Check the signature