summaryrefslogtreecommitdiff
path: root/server/subscr.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/subscr.c')
-rw-r--r--server/subscr.c4
1 files changed, 2 insertions, 2 deletions
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);