aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/smtp/greylist.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-12 19:40:23 +0000
committerrsc <devnull@localhost>2006-02-12 19:40:23 +0000
commit5cc53af92d6bfae8b930d3c9154c8ed44e1feb09 (patch)
tree54d4829d507dba44e90e2f0ec2cf26cde280dd11 /src/cmd/upas/smtp/greylist.c
parentd0d15c12d43d201cf916ebfff157b976c8f3b6a1 (diff)
downloadplan9port-5cc53af92d6bfae8b930d3c9154c8ed44e1feb09.tar.gz
plan9port-5cc53af92d6bfae8b930d3c9154c8ed44e1feb09.tar.bz2
plan9port-5cc53af92d6bfae8b930d3c9154c8ed44e1feb09.zip
more changes
Diffstat (limited to 'src/cmd/upas/smtp/greylist.c')
-rw-r--r--src/cmd/upas/smtp/greylist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/upas/smtp/greylist.c b/src/cmd/upas/smtp/greylist.c
index a3a3f4d4..1efd1457 100644
--- a/src/cmd/upas/smtp/greylist.c
+++ b/src/cmd/upas/smtp/greylist.c
@@ -241,7 +241,6 @@ isrcptrecent(char *rcpt)
void
vfysenderhostok(void)
{
- char *fqdn;
int recent = 0;
Link *l;
@@ -258,7 +257,7 @@ vfysenderhostok(void)
if (fd >= 0) {
seek(fd, 0, 2); /* paranoia */
- fprint(fd, "# %s\n%s\n\n", fqdn, nci->rsys);
+ fprint(fd, "# unknown\n%s\n\n", nci->rsys);
close(fd);
}
} else {