summaryrefslogtreecommitdiff
path: root/mail/fetchmail/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/fetchmail/patches/patch-aa')
-rw-r--r--mail/fetchmail/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/fetchmail/patches/patch-aa b/mail/fetchmail/patches/patch-aa
deleted file mode 100644
index 4836906bd5e..00000000000
--- a/mail/fetchmail/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2007/09/23 12:48:46 tron Exp $
-
---- sink.c.orig 2007-03-29 23:45:17.000000000 +0100
-+++ sink.c 2007-09-23 13:42:40.000000000 +0100
-@@ -262,7 +262,7 @@
- const char *md1 = "MAILER-DAEMON", *md2 = "MAILER-DAEMON@";
-
- /* don't bounce in reply to undeliverable bounces */
-- if (!msg->return_path[0] ||
-+ if (!msg || !msg->return_path[0] ||
- strcmp(msg->return_path, "<>") == 0 ||
- strcasecmp(msg->return_path, md1) == 0 ||
- strncasecmp(msg->return_path, md2, strlen(md2)) == 0)