[dovecot-cvs] dovecot-lda/src mail-send.c, 1.5, 1.6 sieve-cmu.c, 1.10, 1.11

cras at dovecot.org cras at dovecot.org
Fri Oct 14 23:26:43 EEST 2005


Update of /var/lib/cvs/dovecot-lda/src
In directory talvi:/tmp/cvs-serv1403

Modified Files:
	mail-send.c sieve-cmu.c 
Log Message:
Added Presedence: Bulk header to mails we send.



Index: mail-send.c
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/mail-send.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mail-send.c	15 Aug 2005 10:57:08 -0000	1.5
+++ mail-send.c	14 Oct 2005 20:26:41 -0000	1.6
@@ -68,6 +68,7 @@
 	    "\r\n\tboundary=\"%s/%s\"\r\n", my_pid, sieve_set->hostname);
     fprintf(sm, "Subject: Automatically rejected mail\r\n");
     fprintf(sm, "Auto-Submitted: auto-replied (rejected)\r\n");
+    fprintf(sm, "Precedence: bulk\r\n");
     fprintf(sm, "\r\nThis is a MIME-encapsulated message\r\n\r\n");
 
     /* this is the human readable status report */

Index: sieve-cmu.c
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/sieve-cmu.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- sieve-cmu.c	7 Oct 2005 09:34:43 -0000	1.10
+++ sieve-cmu.c	14 Oct 2005 20:26:41 -0000	1.11
@@ -346,6 +346,7 @@
     fprintf(sm, "Subject: %s\r\n", str_sanitize(src->subj, 80));
     if (md->id) fprintf(sm, "In-Reply-To: %s\r\n", md->id);
     fprintf(sm, "Auto-Submitted: auto-replied (vacation)\r\n");
+    fprintf(sm, "Precedence: bulk\r\n");
     fprintf(sm, "MIME-Version: 1.0\r\n");
     if (src->mime) {
 	fprintf(sm, "Content-Type: multipart/mixed;"



More information about the dovecot-cvs mailing list