From 46b4a5f7e09bffea201790a1099990a25a5e3408 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 17 Dec 2021 10:17:06 +0100 Subject: [PATCH] Change contact email contact@manned.org works fine, too, except I don't have outgoing mail setup to go through an smtp proxy so I can't reply to Outlook and gmail (and a few others). Seriously, fuck providers who can't see the difference between spam messages and human replies to legitimate mails. --- www/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.pl b/www/index.pl index 7dafaf6..e07f95c 100755 --- a/www/index.pl +++ b/www/index.pl @@ -212,7 +212,7 @@ sub framework_ { footer_ sub { span_ sub { a_ href => '/info/about', 'about'; txt_ ' | '; - a_ href => 'mailto:contact@manned.org', 'contact'; txt_ ' | '; + a_ href => 'mailto:manned@yorhel.nl', 'contact'; txt_ ' | '; a_ href => 'https://code.blicky.net/yorhel/manned', 'source'; }; span_ 'all manual pages are copyrighted by their respective authors.';