Hi,
Is it valid if I add a static table entry in "smtpd.conf" like so;table blacklist { "@*.anonymous-email.*" }
Yes
Spamd is not stopping it so I though I can reject emails using a static table as noted above. Will my wildcard work?
Yes, given an appropriate match action like match from any for any mail-from <blacklist> reject (The reject line has to be above other match lines.) -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
