You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qpsmtpd-plugins/check_goodrcptto_relaydenyc...

13 lines
698 B
Diff

diff -Nur -x '*.orig' -x '*.rej' qpsmtpd-plugins-openfusion-20050429/plugins/check_goodrcptto mezzanine_patched_qpsmtpd-plugins-openfusion-20050429/plugins/check_goodrcptto
--- qpsmtpd-plugins-openfusion-20050429/plugins/check_goodrcptto 2007-04-12 09:56:59.000000000 -0600
+++ mezzanine_patched_qpsmtpd-plugins-openfusion-20050429/plugins/check_goodrcptto 2007-04-12 09:56:24.000000000 -0600
@@ -88,7 +88,7 @@
if $name;
$self->log(LOGDEBUG, "deny_note: $name=" . $self->qp->connection->notes($name));
}
- return (DENY, "invalid recipient $addresses[$#addresses]");
+ return (DENY, "relaying denied $addresses[$#addresses]");
}
# arch-tag: 2d2195a5-27b0-465d-a68f-f425efae2cc0