[dovecot-cvs] dovecot/src/deliver mail-send.c,1.1.2.4,1.1.2.5

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


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

Modified Files:
      Tag: branch_1_0
	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.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- mail-send.c	12 Nov 2006 21:31:09 -0000	1.1.2.4
+++ mail-send.c	13 Mar 2007 13:37:15 -0000	1.1.2.5
@@ -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