1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Fix bug in ACL "allow" matrix if only WITH_CONTENT_SCAN is

specified.
This commit is contained in:
Kirill Ponomarev 2005-03-20 17:52:48 +00:00
parent 6b919f8395
commit 29b9299658
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131756
2 changed files with 15 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= exim
PORTVERSION?= ${EXIM_VERSION}
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_EXIM:S/$/:exim/}
MASTER_SITE_SUBDIR= exim4/:exim

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- src/acl.c.orig
+++ src/acl.c
@@ -325,7 +325,7 @@
(1<<ACL_WHERE_ETRN)|(1<<ACL_WHERE_EXPN)|
(1<<ACL_WHERE_MAILAUTH)|(1<<ACL_WHERE_QUIT)|
(1<<ACL_WHERE_MAIL)|(1<<ACL_WHERE_STARTTLS)|
- (1<<ACL_WHERE_VRFY)|(1<<ACL_WHERE_MIME),
+ (1<<ACL_WHERE_VRFY),
#endif
(1<<ACL_WHERE_AUTH)|(1<<ACL_WHERE_CONNECT)| /* sender_domains */