diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-15 11:17:51 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-15 13:06:45 +0200 |
commit | 3187225416c66061b67e89092addc15cad2202b9 (patch) | |
tree | c751643b41773edaa5b117345ee4a1e68501303b /lisp/mh-e | |
parent | 34bb39964d605d60284c17441a2478e003029ce2 (diff) | |
download | emacs-3187225416c66061b67e89092addc15cad2202b9.tar.gz emacs-3187225416c66061b67e89092addc15cad2202b9.tar.bz2 emacs-3187225416c66061b67e89092addc15cad2202b9.zip |
; Prefer HTTPS to HTTP in many URLs
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/mh-junk.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el index be1b7642eb3..38a8216dc0c 100644 --- a/lisp/mh-e/mh-junk.el +++ b/lisp/mh-e/mh-junk.el @@ -402,7 +402,7 @@ information can be used so that you can replace multiple Bogofilter is a Bayesian spam filtering program. Get it from your local distribution or from the bogofilter web site at URL -`http://bogofilter.sourceforge.net/'. +`https://bogofilter.sourceforge.io/'. Bogofilter is taught by running: @@ -487,7 +487,7 @@ See `mh-bogofilter-blocklist' for more information." SpamProbe is a Bayesian spam filtering program. Get it from your local distribution or from the SpamProbe web site at URL -`http://spamprobe.sourceforge.net'. +`https://spamprobe.sourceforge.net'. To use SpamProbe, add the following recipes to \".procmailrc\": |