Re: [Debconf-discuss] Please don't upload GPG keys to keyserver when signing them
On Thu, 06 Aug 2009, Petter Reinholdtsen wrote:
> [Joerg Jaspert]
> > Thats exactly why you should use caff. It is *LESS* work to not
> > upload keys while you sign them then..
>
> Not for me, as both on the sending side (I do not have a machine both
> capable of sending email and signing keys)
You could just set the mailer-send config option to a script that just
eats the input (like a script doing cat > /dev/null).
Then, once done, copy all the .mail. files to a remote host and pipe
them into sendmail -oi -t.
for i in `find ~/.caff/keys -regextype posix-egrep -regex '.*/[0-9A-F]{16}\.mail\..*' -mmin 300` ; do
ssh $remotehost '/usr/sbin/sendmail -oi -t' < $i;
done
(not that I've tested it, but that should work)
--
| .''`. ** Debian GNU/Linux **
Peter Palfrader | : :' : The universal
http://www.palfrader.org/ | `. `' Operating System
| `- http://www.debian.org/
Reply to: