masqmail-0.2

diff src/smtpsend.c @ 110:c678d0342451

changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better understanding this is only a cosmetic change
author meillo@marmaro.de
date Tue, 29 Jun 2010 11:40:37 +0200
parents 9104234a56a5
children
line diff
     1.1 --- a/src/smtpsend.c	Tue Jun 29 11:34:53 2010 +0200
     1.2 +++ b/src/smtpsend.c	Tue Jun 29 11:40:37 2010 +0200
     1.3 @@ -99,7 +99,7 @@
     1.4  			msg->rcpt_list = g_list_append(msg->rcpt_list, create_address_qualified(argv[optind++], TRUE, conf.host_name));
     1.5  		}
     1.6  
     1.7 -		if ((ret = accept_message(stdin, msg, ACC_NODOT_TERM)) == AERR_OK) {
     1.8 +		if ((ret = accept_message(stdin, msg, ACC_DOT_IGNORE)) == AERR_OK) {
     1.9  			if ((ret = smtp_deliver(server_name, server_port, resolve_list, msg, NULL, NULL)) == smtp_ok) {
    1.10  				exit(EXIT_SUCCESS);
    1.11  			}