* Jonathan McDowell <noodles@earth.li>
*
* Copyright 1999, 2002 Project Purple
- *
- * $Id: sendsync.c,v 1.2 2003/06/04 20:57:12 noodles Exp $
*/
#include <stdio.h>
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: ");