jxmot
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by jxmot-
Cool. Can you direct me to the source code?
-
Bummer. I can't believe that I'm the only one LOL Thank you very much cpRex for following up and giving me info. Btw, I am a software engineer with probably enough background to help in some way....
-
@cPRex Hello, it's been a "few days"... lol So today I ran into a good example of why the order in which the ignore, white, and black lists is completely wrong. In this example I was expecting a...
-
Thanks @cPRex !
-
Hello , There's currently no time frame on when a change to the existing behavior will make it's way into the product. I'll continue to monitor the case and update this thread with new informatio...
-
@cPanelMichael Greetings, I was just wondering if there has been any progress on CPANEL-15587. THanks!
-
Thank you! I'll keep monitoring this thread for the updates. If there is anything you need me to try just let me know. jim
-
Try this - from .+\@\.co$ Or this - from .+\@.+\...$ The '$' indicates (in regex) that the matching string must end with a match of the regex pattern. The first example will match "*@*.co" an...
-
Since my original post I've learned a bit more about regex and the order in which the white, ignore, and black lists are checked.... I had an error in the ignore list where I had - from .+\@.+\....
-
Thanks for getting back to me.... I've not had any experience with any other filtering utilities but it's how I would design it. I'm not noticing any difference in behavior but knowing the order w...