This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMTP send blacklists bug?

I'm running ASL 4.0.2

In the SMTP proxy, I'm using the sender blacklist, its working well, with one exception:

I have created a rule *@*.opti9.com

mails from this domain are not getting blocked.

Am I only allowed one wild card for this spam sender?

They send crap from  ccMSfZJBk4N@m2.opti9.com

but the user account and the m2 changes all the time.

Will *@opti9.com block these?

Thanks,

.dn  


This thread was automatically locked due to age.
Parents
  • I haven't played with the feature too much, but as far as I understand it, it will work as follows:

    *@*.opti9.com will block user@mail.opti9.com, but not user@opti9.com, because there is a period following the above wildcard.  So, it will basically block all subdomains of opti9.com, but not opti9.com itself.

    If you just want to block opti9.com, you could do *@opti9.com, and if you are afraid there are other subdomains of opti9.com, I would think that *@*opti9.com would block that (although it would block mopti9.com, or any other variation).  

    If you only want to block the opti9.com domain and all subdomains maybe try using two different rules?  One as *@*.opti9.com and the other is *@opti9.com.

    I haven't tested this, but that is my guess from looking at the wildcards.  If I'm totally wrong, someone can feel free to slap me [:)]  
  • Iv'e tried all the different ways you explain here, but it don't work.   
  • Astaro uses Regular Expression filters, *@*host.com will not work.  Google for "regular expression tutorial" on how to create the correct type of filter.
    Personally I'd prefer DOS type wildcarding.. ie:
    *@*.opti?.com etc....
     
  • Ahhh...  I was wondering if the blacklist (and whitelist) feature used regular expressions, but the WebAdmin help for the SMTP proxy mentions that you can do  *@domain.com to block a domain and user@* to block a username for all domains.

    Its my understanding of REs that you can't use * by itself (because it matches 0 or more occurences of the previous expression and there is nothing before the *), so you would need to put a somthing before the * in the first example, and in the second example, it would try to match 0 or more occurences of "@", which shouldn't match an entire e-mail address.

    Can anyone clarify this?  I may not understand RegExs as well as I think, but it seems that if this feature uses standard RegExs, then the example patterns in the help file shouldn't work.    
  • I've asked for clarification on this from ASL but have got muddy replies [:)] 
  • Hi alltogether,

    sorry, but there is nothing left to say about it  besides the online help.

    read you
    o|iver
      
Reply Children
No Data