Point out users can use non-clearsigned mail, and mention that maybe that is smart...
authorPeter Palfrader <peter@palfrader.org>
Sat, 27 Jul 2013 09:37:32 +0000 (11:37 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 27 Jul 2013 09:37:32 +0000 (11:37 +0200)
html/doc-mail.wml

index 55eea47..b38b7fc 100644 (file)
@@ -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.
 <p>
 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:
-<pre>cat .ssh/id_rsa.pub | gpg --clearsign | ssh ravel mail changes@db.debian.org</pre>
+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:
+<pre>cat .ssh/id_rsa.pub | gpg --armor --sign</pre>