Mailing List Archive

Problem running gnupg-0.9.0 from a daemon
Hi!

Maybe this is not gnupg specific, but maybe someone can give me the
idea:

I'm running gnupg like this

cat somefile | \
gpg --batch -r $toaddress -q -a -e | \
mailx -s 'subject' $toaddress

if I run from the command line it works fine (so everything should be
setup correctly). If the daemon runs it, I get empty mails. To me
(more user than admin) this looks like a "there is no controlling tty"
problem, but I can't really tell.

Anybody got an idea?

Thanks a lot

Hartmut