ZhangHuangbin wrote:
The problem is you created a wrong blacklist record, you should block the sender, not the recipient.
I use this:
python wblist_admin.py --account user@mydomain.com --add --blacklist baduser@example.com
Here user@mydomain.com is a user of my domain for which blacklist is created or enlarged and baduser@example.com is a sender I want to blacklist. In fact I use a small script which checks that the address after --account belongs to my domain and the address after --blacklist does not. I do not see here a possibility to blacklist a recipient instead of a sender.