From 2dd4055cf26d85600a22205ae6e9ed668d614f26 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 31 Jul 2001 05:54:41 +0000 Subject: Must solve that damn linking problem next. svn path=/trunk/; revision=3426 --- sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sink.c') diff --git a/sink.c b/sink.c index 061c9a97..502e989d 100644 --- a/sink.c +++ b/sink.c @@ -637,7 +637,7 @@ int open_sink(struct query *ctl, struct msgblk *msg, "%s@%s", ctl->remotename, ctl->server.truename); ap = addr; } - else if (strchr(msg->return_path, '@')) + else if (strchr(msg->return_path,'@') || strchr(msg->return_path,'!')) ap = msg->return_path; else /* in case Return-Path existed but was local */ { -- cgit v1.2.3