[dovecot-cvs] dovecot/src/deliver mail-send.c,1.6,1.7

tss at dovecot.org tss at dovecot.org
Tue Mar 13 15:37:20 EET 2007


Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv20845

Modified Files:
	mail-send.c 
Log Message:
Don't add rejection mails to duplicate database. They're never looked up
from there.



Index: mail-send.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/mail-send.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mail-send.c	15 Dec 2006 16:55:30 -0000	1.6
+++ mail-send.c	13 Mar 2007 13:37:18 -0000	1.7
@@ -48,8 +48,6 @@
     smtp_client = smtp_client_open(return_addr, NULL, &f);
 
     msgid = deliver_get_new_message_id();
-    duplicate_mark(msgid, strlen(msgid), recipient,
-		   ioloop_time + DUPLICATE_DEFAULT_KEEP);
     boundary = t_strdup_printf("%s/%s", my_pid, deliver_set->hostname);
 
     fprintf(f, "Message-ID: %s\r\n", msgid);



More information about the dovecot-cvs mailing list