On Tue, Sep 18, 2018 at 07:41:09AM -0400, Kevin A. McGrail wrote: > Hi Bill, I think it might be an older wget or LWP or what not that can't > deal with MIRRORED.BY being https. Michael from linuxmagic also > reported a similar issue. > > Can anyone help with a .htaccess that exempts the MIRRORED.BY? > > Current lines: > > RewriteEngine On > RewriteCond %{SERVER_PORT} 80
Add here RewriteCond %{REQUEST_URI} !^/MIRRORED\.BY$ > RewriteRule ^(.*)$ https://spamassassin.apache.org/$1 [R,L]