Wednesday, March 13, 2013

Filter rule to block an email ID


This can be used to block all emails coming to a particular email ID

Add the following to /etc/vfilters/domain.com

if
$header_to: is "test@testing.com"
then
fail "User doesn't exist"
endif


No comments:

Post a Comment