Displaying 1 result from an estimated 1 matches for "50a252bf".
2009 Feb 02
1
Bug in Deliver v1.2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
if deliver is started with:
deliver -f sender -d user
(no -a option) and no Envelope-To header exists in the mail, two problems
show up in this block in main():
if (destaddr == NULL) {
destaddr = deliver_get_address(mail, "Envelope-To");
if (destaddr == NULL) {
destaddr = strchr(user, '@') == NULL ? user :