Hi,
Is it valid if I add a static table entry in “smtpd.conf” like so;
table blacklist { “@*.anonymous-email.*” }
I am getting junk email coming in which has multiple domain types and
subdomains but it will consistently have a common naming of “anonymous-email”.
Example,
[email protected] <mailto:[email protected]>
[email protected] <mailto:[email protected]>
[email protected] <mailto:[email protected]>
Spamd is not stopping it so I though I can reject emails using a static table
as noted above. Will my wildcard work?