X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2Fmatch.c;h=1b02cc262125aa499438b22d20b03b166952980d;hb=60e8a96ef5bd215a3ca40397c17ce06e2ebaf102;hp=b6d108f070bcf48f8eaff0a6186feae7f6fabe4f;hpb=3ecf64721aea62f951481e8d39386347ced81db6;p=apps%2Fpfixtools.git diff --git a/postlicyd/match.c b/postlicyd/match.c index b6d108f..1b02cc2 100644 --- a/postlicyd/match.c +++ b/postlicyd/match.c @@ -189,7 +189,9 @@ static inline bool match_condition(const match_condition_t *cond, const query_t CASE(HELO_NAME, helo_name) CASE(QUEUE_ID, queue_id) CASE(SENDER, sender) + CASE(SENDER_DOMAIN, sender_domain) CASE(RECIPIENT, recipient) + CASE(RECIPIENT_DOMAIN, recipient_domain) CASE(RECIPIENT_COUNT, recipient_count) CASE(CLIENT_ADDRESS, client_address) CASE(CLIENT_NAME, client_name)