reggie wrote:
>
> Upon further inspection, I notice that the rules I apply in
> the mailfront panel are being applied to the
> var/qmail/control/mailrules.default file but they are atill
> being ignored. Here is a snippet of the deny section, it
> looks to be in the proper format from the documentation I can
> find:
> # -----------------------------
> # Reject list starts here:
> # -----------------------------
> d*@hotmail.com::REJECT_KNOWN_SPAMMER
> d*@limitedspecialoffers.com::REJECT_KNOWN_SPAMMER
> d*@yourcoolprizes.com::REJECT_KNOWN_SPAMMER
> d*@yourfreeprizes.com::REJECT_KNOWN_SPAMMER
>
> Does anyone have any idea why this file seems to be getting
> ignored during mail processing?
Here's what ours looks like
d*:*!*: Sorry, we don't allow that here
d*:*@*@*: Sorry, we don't allow that here
d*:*%*: Sorry, percent hack not accepted here
I did some tinkering with it a while back, so I can't guarantee that mine is perfect either. But shouldn't yours have the email addresses between the colons, not in front of them next to "d*"?