1 |
diff -ruN Mail-SpamAssassin-4.0.0.old/sa-update.raw Mail-SpamAssassin-4.0.0/sa-update.raw |
2 |
--- Mail-SpamAssassin-4.0.0.old/sa-update.raw 2023-02-14 10:53:50.117091015 +0000 |
3 |
+++ Mail-SpamAssassin-4.0.0/sa-update.raw 2023-02-14 10:54:37.222875579 +0000 |
4 |
@@ -361,7 +361,7 @@ |
5 |
if ($GPG_ENABLED || $opt{'import'}) { |
6 |
# find GPG in the PATH |
7 |
# bug 4958: for *NIX it's "gpg", in Windows it's "gpg.exe" |
8 |
- $GPGPath = 'gpg' . $Config{_exe}; |
9 |
+ $GPGPath = 'gpg2' . $Config{_exe}; |
10 |
dbg("gpg: Searching for '$GPGPath'"); |
11 |
|
12 |
if ($GPGPath = Mail::SpamAssassin::Util::find_executable_in_env_path($GPGPath)) { |