[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
- Previous message: [dovecot-cvs] dovecot-lda/src/libsieve Makefile.am, 1.4,
1.5 addr-lex.l, 1.1.1.1, 1.2 bc_dump.c, 1.1.1.1, 1.2 bc_emit.c,
1.1.1.1, 1.2 bc_eval.c, 1.2, 1.3 hmac-md5.h, 1.1.1.1,
NONE md5.c, 1.1.1.1, NONE md5.h, 1.1.1.1, NONE md5global.h,
1.1.1.1, NONE message.c, 1.1.1.1, 1.2 message.h, 1.1.1.1,
1.2 script.c, 1.2, 1.3 tree.c, 1.1.1.1, 1.2
- Next message: [dovecot-cvs] dovecot-lda/src deliver.c,1.28,1.29
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;"
- Previous message: [dovecot-cvs] dovecot-lda/src/libsieve Makefile.am, 1.4,
1.5 addr-lex.l, 1.1.1.1, 1.2 bc_dump.c, 1.1.1.1, 1.2 bc_emit.c,
1.1.1.1, 1.2 bc_eval.c, 1.2, 1.3 hmac-md5.h, 1.1.1.1,
NONE md5.c, 1.1.1.1, NONE md5.h, 1.1.1.1, NONE md5global.h,
1.1.1.1, NONE message.c, 1.1.1.1, 1.2 message.h, 1.1.1.1,
1.2 script.c, 1.2, 1.3 tree.c, 1.1.1.1, 1.2
- Next message: [dovecot-cvs] dovecot-lda/src deliver.c,1.28,1.29
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list