<div dir="ltr"><br><div class="gmail_extra"><span class=""></span><br><span class=""></span><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">
</span>I use The Regex Coach (<a href="http://weitz.de/files/regex-coach.exe" rel="noreferrer" target="_blank">http://weitz.de/files/regex-coach.exe</a>) for that<br>
matter, it works well under Windows or under wine, you can do step by<br>
step on your regex.<br>
<br clear="all"></blockquote></div><br></div><div class="gmail_extra">Thanks. Downloaded. I loaded the pkg on Ubuntu with wine.<br><br></div><div class="gmail_extra">But, I find it difficult to use it. <br><br><br></div><div class="gmail_extra">any way, <a href="https://regex101.com/">https://regex101.com/</a> is okay for me.<br><br></div><div class="gmail_extra">I think below regex matches everything up to <b>@ sign.</b><br><br><b>/(bounce.*@)/i</b><br><br></div><div class="gmail_extra">it does NOT check anything<b> after @ sign. This is WHAT I NEED</b><br><br></div><div class="gmail_extra">something like these. <br><br></div><div class="gmail_extra">noreply@<b>bounce</b>.<a href="http://domain.com">domain.com</a><br></div><div class="gmail_extra">noreply@<b>bounce</b>.com<br><br></div><div class="gmail_extra">Now, my file looks like this.<br></div><div class="gmail_extra"><br>header FROM_BOUNCE From:addr =~<b> </b><b>/(bounce.*@)/i</b><br>describe FROM_BOUNCE From address contain the word bounce<br>score FROM_BOUNCE 3.1<br><br><br></div><div class="gmail_extra">Can anyone out there agree with this?<br></div><div class="gmail_extra"><br><br><br><br><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature"><div dir="ltr">cat /etc/motd<br><br>Thank you<br>Indunil Jayasooriya <br><a href="http://www.theravadanet.net/" target="_blank">http://www.theravadanet.net/</a><br><a href="http://www.siyabas.lk/sinhala_how_to_install.html" target="_blank">http://www.siyabas.lk/sinhala_how_to_install.html</a>   -  Download Sinhala Fonts<br><br></div></div>
</div></div>