diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-30 19:59:40 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-30 19:59:40 +0000 |
commit | 38a2f47cdc6aacb20c0123e6e3322671dba9937d (patch) | |
tree | 927bdba9b4538b04a9a69c3abb7012799ca9b715 /mail/postfix23/files/patch-src::cleanup_message.c | |
parent | Update to 20020115 (diff) |
Update to 1.1.2 (yes they are finally using versions)
Submitted by: Vivek Khera
Notes
Notes:
svn path=/head/; revision=54041
Diffstat (limited to 'mail/postfix23/files/patch-src::cleanup_message.c')
-rw-r--r-- | mail/postfix23/files/patch-src::cleanup_message.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/mail/postfix23/files/patch-src::cleanup_message.c b/mail/postfix23/files/patch-src::cleanup_message.c deleted file mode 100644 index 9136591841bf..000000000000 --- a/mail/postfix23/files/patch-src::cleanup_message.c +++ /dev/null @@ -1,24 +0,0 @@ ---- ./src/cleanup/cleanup_message.c.orig Tue Nov 27 16:55:39 2001 -+++ ./src/cleanup/cleanup_message.c Tue Nov 27 16:58:43 2001 -@@ -269,6 +269,10 @@ - state->errs |= CLEANUP_STAT_CONT; - } else if (strcasecmp(value, "IGNORE") == 0) { - return; -+ } else if (strcasecmp(value, "WARN") == 0) { -+ msg_info("%s: warning: header %.200s; from=<%s> to=<%s>", -+ state->queue_id, header, state->sender, -+ state->recip ? state->recip : "unknown"); - } - } - } -@@ -498,6 +502,10 @@ - state->errs |= CLEANUP_STAT_CONT; - } else if (strcasecmp(value, "IGNORE") == 0) { - return; -+ } else if (strcasecmp(value, "WARN") == 0) { -+ msg_info("%s: warning: body %.200s; from=<%s> to=<%s>", -+ state->queue_id, buf, state->sender, -+ state->recip ? state->recip : "unknown"); - } - } - } |