From: Emanuel Berg <moasenwood@zoho.eu>
To: ding@gnus.org
Subject: Re: off-topic reputation
Date: Tue, 15 Feb 2022 12:09:58 +0100 [thread overview]
Message-ID: <871r04mlmh.fsf@zoho.eu> (raw)
In-Reply-To: <xhmtud0bdfy.fsf@yw>
Byung-Hee HWANG wrote:
>>> No SPF!
>>> No DMARC!
>>
>> By the way, DKIM is INTERNET STANDATD -- RFC 6376 [...]
>
> [...] So for a while i have to go with both DKIM and SPF
Check out this file ...
#! /bin/zsh
#
# this file:
# http://user.it.uu.se/~embe8573/conf/.zsh/mail
# https://dataswamp.org/~incal/conf/.zsh/mail
#
# the DMARC issue:
# https://en.wikipedia.org/wiki/DMARC
# https://mailarchive.ietf.org/arch/msg/ietf/kL24edUthAOuHuwK3ZnpFkCXduI
#
# RFC 7489:
# "Domain-based Message Authentication,
# Reporting, and Conformance (DMARC)"
# <https://tools.ietf.org/html/rfc7489>
#
# discussion and commands:
# http://lists.gnu.org/archive/html/help-gnu-emacs/2019-05/msg00476.html
# http://lists.gnu.org/archive/html/help-gnu-emacs/2019-05/msg00477.html
# http://lists.gnu.org/archive/html/help-gnu-emacs/2019-05/msg00481.html
local DMARK_ZOHO=_dmarc.zoho.eu
dig-zoho () {
dig $DMARK_ZOHO txt +short
}
host-zoho () {
host -t txt $DMARK_ZOHO
}
test-zoho () {
local server=pop.zoho.com
local port=995
echo "socat"
socat - OPENSSL:${server}:${port}
echo "\nopenssl"
openssl s_client -quiet -connect ${server}:${port}
echo "\ngutls-cli"
gnutls-cli --port $port $server
}
--
underground experts united
https://dataswamp.org/~incal
next prev parent reply other threads:[~2022-02-15 11:10 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-08 1:21 황병희
2022-02-08 1:28 ` Byung-Hee HWANG
2022-02-11 1:00 ` Emanuel Berg
2022-02-11 5:26 ` Byung-Hee HWANG
2022-02-08 12:23 ` Byung-Hee HWANG
2022-02-15 11:02 ` Byung-Hee HWANG
2022-02-15 11:09 ` Emanuel Berg [this message]
2022-02-15 11:21 ` Emanuel Berg
2022-02-15 11:43 ` Byung-Hee HWANG
2022-02-16 5:25 ` Emanuel Berg
2022-02-16 10:10 ` Byung-Hee HWANG
2022-02-18 3:35 ` Emanuel Berg
2022-02-18 13:21 ` Byung-Hee HWANG
2022-02-22 5:08 ` Byung-Hee HWANG
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871r04mlmh.fsf@zoho.eu \
--to=moasenwood@zoho.eu \
--cc=ding@gnus.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).