-
| How can I block spammers by domain, IP or email address ? is there any config file or part of the code to modify/patch ? | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
| Line 93 in c8659ad It is possible to add or here to reject messages with corresponding sender domain/email. IP-based blocking is yet to implemented: #297 | 
Beta Was this translation helpful? Give feedback.
-
| So I have a hacky way of doing this in my maddy.conf: This is a kind of horrible hack, but you can add as many  @foxcpp  | 
Beta Was this translation helpful? Give feedback.
maddy/maddy.conf
Line 93 in c8659ad
It is possible to add
or
here to reject messages with corresponding sender domain/email.
IP-based blocking is yet to implemented: #297
The way to go for this currently is to use system firewall.