<div dir="ltr"><div>Hi,<br><br><br></div>I want to study below lines in amavisd.conf file.<br><br><div><div><br>   new_RE(  # regexp-type lookup table, just happens to be all soft-blacklist<br>    [qr'^(bulkmail|offers|cheapbenefits|earnmoney|foryou)@'i         => 5.0],<br>    [qr'^(greatcasino|investments|lose_weight_today|market\.alert)@'i=> 5.0],<br>    [qr'^(money2you|MyGreenCard|new\.tld\.registry|opt-out|opt-in)@'i=> 5.0],<br>    [qr'^(optin|saveonlsmoking2002k|specialoffer|specialoffers)@'i   => 5.0],<br>    [qr'^(stockalert|stopsnoring|wantsome|workathome|yesitsfree)@'i  => 5.0],<br>    [qr'^(your_friend|greatoffers)@'i                                => 5.0],<br>    [qr'^(inkjetplanet|marketopt|MakeMoney)\d*@'i                    => 5.0],<br>   ),<br><br><br></div><div>What does it exactly say? <br></div><div><br clear="all"></div><div>Let's talk about the first line <br><br>  [qr'^(bulkmail|offers|cheapbenefits|earnmoney|foryou)@'i         => 5.0],<br><br></div><div>what are these<br><br>bulkmail|offers|cheapbenefits|earnmoney|foryou<br><br></div><div>are these user names of any domain such as </div><br><a href="mailto:bulkmail@anydomain1.com">bulkmail@anydomain1.com</a> <br><a href="mailto:bulkmail@anydomain2.com">bulkmail@anydomain2.com</a><br><br><a href="mailto:offers@anydomain1.com">offers@anydomain1.com</a><br><a href="mailto:offers@anydomain2.com">offers@anydomain2.com</a><br><br></div><div>or <br><br>or any username having word bulkmail , offers <br><br>*bulkmail*@<a href="http://anydomain1.com">anydomain1.com</a> <br>*bulkmail*@<a href="http://anydomain1.com">anydomain1.com</a> <br><br>*offers*@<a href="http://anydomain1.com">anydomain1.com</a><br>*offers*@<a href="http://anydomain2.com">anydomain2.com</a><br><br></div><div><br></div><div>they get Positive 5. (Also case insensitive due to  "<b>@i</b> " ) <br><br><br></div><div>or <br><br>Subject or body containing words such as<b> bulkmail , offers</b> and so on listed there? <br></div><div><br><br></div><div>Hope to hear from you.<br><br><br></div><div><br></div><div><br><br></div><div><div><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></div>