From d8d371e75473f1c7702afefc1a1df700cac0b1aa Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 27 Jul 2013 11:37:32 +0200 Subject: [PATCH] Point out users can use non-clearsigned mail, and mention that maybe that is smart with webmailers --- html/doc-mail.wml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/html/doc-mail.wml b/html/doc-mail.wml index 55eea47..b38b7fc 100644 --- a/html/doc-mail.wml +++ b/html/doc-mail.wml @@ -181,6 +181,7 @@ of the database. Replication is performed at 15 min intervals so it can take a short while before any changes made take effect.

If the mail you're sending to the mail robot is too long for your MTA -and gets split please use a different mail origin or pass the mail to -the MTA on a debian.org machine, e.g. ravel: -

cat .ssh/id_rsa.pub | gpg --clearsign | ssh ravel mail changes@db.debian.org
+and gets split, or if you want something that is more robust while copy pasting +into a web-mailer, you can try to create a non-clearsigned message and mail +that to changes@db.debian.org: +
cat .ssh/id_rsa.pub | gpg --armor --sign
-- 2.20.1