From fb6d873592de85f7eb943de8d54f304800a69212 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 20 Oct 1988 06:32:32 +0000 Subject: don't check subscription sender when dumping --- server/subscr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/subscr.c') diff --git a/server/subscr.c b/server/subscr.c index 6ac571a..f73aa4b 100644 --- a/server/subscr.c +++ b/server/subscr.c @@ -143,8 +143,8 @@ ZNotice_t *notice; subs = subs->q_forw) { /* for each new subscription */ - if (*(subs->zst_recipient) && strcmp(subs->zst_recipient, - notice->z_sender)) { + if (!bdumping && *(subs->zst_recipient) && + strcmp(subs->zst_recipient, notice->z_sender)) { syslog(LOG_WARNING, "subscr unauth to rcpt %s by %s", subs->zst_recipient, notice->z_sender); -- cgit v1.2.3