X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=sendsync.c;h=ffcf70508dd4adf85d3e2c9348593ecf3804f9ba;hb=408ea0b9ceafdc9f861701cfb14b57d09aa47777;hp=435344d7b56be7e782844d2b4813626dd40a4d65;hpb=0f4971d043c38bae1bfb95201622a1405110f899;p=onak.git diff --git a/sendsync.c b/sendsync.c index 435344d..ffcf705 100644 --- a/sendsync.c +++ b/sendsync.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 1999, 2002 Project Purple - * - * $Id: sendsync.c,v 1.2 2003/06/04 20:57:12 noodles Exp $ */ #include @@ -45,7 +43,7 @@ int sendkeysync(struct openpgp_publickey *keys) struct openpgp_packet_list *list_end = NULL; if (config.syncsites != NULL && - (fd=popen("sendmail -t", "w")) != NULL) { + (fd=popen(config.mta, "w")) != NULL) { fprintf(fd, "From: %s\n", config.adminemail); fprintf(fd, "To: ");