diff options
author | Clive Lin <clive@FreeBSD.org> | 2002-11-20 15:06:13 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2002-11-20 15:06:13 +0000 |
commit | 43d74aab7112536d6dd122e2babfff9139f6b33b (patch) | |
tree | cea4a23f368e61d589864db6401e7d239f2622aa /mail | |
parent | unbroke by upgrade to 20021018 (diff) |
Mark FORBIDDEN until I fix a long standing bug, which is noted as a
vulnerability.
No trojan, no privilege gain. Because nullmailer is not DSN aware,
it has nothing to do if the smart relay refuses to relay correctly.
Stopping itself in such condition is a bug, or not a proper feature.
On bugtraq, it's a vulnerability anyway.
Notes
Notes:
svn path=/head/; revision=70601
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nullmailer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index 6685e9822784..e165d12efe23 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME}-1.00RC5 MAINTAINER= clive@FreeBSD.org +FORBIDDEN= "A long standing bug is noted as a vulnerability on bugtraq" + HAS_CONFIGURE= yes CXXFLAGS+= -lstdc++ |