diff options
| author | Sam Varshavchik | 2017-03-11 10:51:01 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2017-03-11 10:51:01 -0500 |
| commit | 078f9a0eadbf2996f7b90e54f931b2cc5155c4d9 (patch) | |
| tree | 99b8397a906671b558fed20d8c02f13320a37daa /tcpd/tcpd.c | |
| parent | 2fbe4c6aa77fd64b3d6598e6158e10076159b0c1 (diff) | |
| download | courier-libs-078f9a0eadbf2996f7b90e54f931b2cc5155c4d9.tar.bz2 | |
Update documentation, default BLOCK message.
Diffstat (limited to 'tcpd/tcpd.c')
| -rw-r--r-- | tcpd/tcpd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tcpd/tcpd.c b/tcpd/tcpd.c index 093a23a..1d1947a 100644 --- a/tcpd/tcpd.c +++ b/tcpd/tcpd.c @@ -1682,8 +1682,7 @@ static void docheckblocklist(struct blocklist_s *p, const char *nameptr) _exit(1); } - buf[snprintf(buf, l, "Sender @ blacklisted by %s", - p->zone)]=0; + buf[snprintf(buf, l, "Blacklisted by %s", p->zone)]=0; /* ** Even though we did not find a TXT record, we're here |
