diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/src/acl.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/src/acl.c b/src/src/acl.c index ec1505bf0..0972a23fc 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -513,7 +513,12 @@ static unsigned int cond_forbids[] = { ~(1<<ACL_WHERE_MIME), /* mime_regex */ #endif - 0, /* queue */ + (1<<ACL_WHERE_NOTSMTP)| /* queue */ + #ifndef DISABLE_PRDR + (1<<ACL_WHERE_PRDR)| + #endif + (1<<ACL_WHERE_DATA), + 0, /* ratelimit */ (unsigned int) |