1 |
jcrisp |
1.1 |
diff -ruN Mail-SpamAssassin-4.0.1.orig/sa-update.raw Mail-SpamAssassin-4.0.1/sa-update.raw |
2 |
|
|
--- Mail-SpamAssassin-4.0.1.orig/sa-update.raw 2024-04-01 11:43:32.616026326 +0100 |
3 |
|
|
+++ Mail-SpamAssassin-4.0.1/sa-update.raw 2024-04-01 11:52:47.942024404 +0100 |
4 |
|
|
@@ -363,6 +363,7 @@ |
5 |
|
|
# find GPG in the PATH |
6 |
|
|
# bug 4958: for *NIX it's "gpg", in Windows it's "gpg.exe" |
7 |
|
|
$GPGPath = 'gpg' . $Config{_exe}; |
8 |
|
|
+ $GPGPath = 'gpg2' . $Config{_exe} |
9 |
|
|
dbg("gpg: Searching for '$GPGPath'"); |
10 |
|
|
|
11 |
|
|
if ($GPGPath = Mail::SpamAssassin::Util::find_executable_in_env_path($GPGPath)) { |