Diff
Not logged in

Differences From Artifact [8b2eee5e8c]:

To Artifact [9d8fd53b29]:


51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
    }] $value] != -1} then {
      return true
    } else {
      return false
    }
  }

  proc isPgpSignature { value {strict false} } {
    if {[string length $value] == 0 || [string first [string trim {
      -----BEGIN PGP SIGNATURE-----
    }] $value] != -1} then {
      return true
    } else {
      return false
    }







|







51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
    }] $value] != -1} then {
      return true
    } else {
      return false
    }
  }

  proc isPgpSignature { value } {
    if {[string length $value] == 0 || [string first [string trim {
      -----BEGIN PGP SIGNATURE-----
    }] $value] != -1} then {
      return true
    } else {
      return false
    }