Save 2 files below in /etc/mail/spamassassin directory and enable plugin by add line PLAIN TEXT CODE: loadplugin Mail::SpamAssassin::Plugin::OriginatingCountry OriginatingCountry.pm in file /etc/mail/spamassassin/init.pre Check and adjust score with your system File OriginatingCountry.pm PLAIN TEXT CODE: package Mail::SpamAssassin::Plugin::OriginatingCountry; use Mail::SpamAssassin::Plugin; use Mail::SpamAssassin::Constants qw(:ip); use strict; use warnings; use bytes; use vars qw(@ISA); @ISA = qw(Mail::SpamAssassin::Plugin); [...]
This is modified code that I found from the Internet the orginal code that may not work on some server that php has 32bit operation problem and I already tested on my server. PLAIN TEXT PHP: <?php define('GOOGLE_MAGIC', 0xE6359A60); //unsigned shift right function zeroFill($a, $b) { $z = hexdec(80000000); [...]
PHP developer Stefan Esser has said he will go ahead with plans to disclose dozens of security flaws in PHP in March, hitting back at criticism that the “Month of PHP bugs” project is nothing more than dangerous, self-serving publicity. The problem isn’t irresponsible disclosure, but the sluggishness of the PHP team in fixing serious [...]
“Stefan Esser is the founder of both the Hardened-PHP Project and the PHP Security Response Team (which he recently left). During an interview with SecurityFocus he announced the upcoming Month of PHP bugs initiative in March.” Original post by Forum of Incident Response and Security Teams - Daily Security News
I uses Ultimate Tag Warrior version 3.14159265 (February 4th, 2007) with WordPress 2.1, it work great but there have some problem or bug that when you try to open /tag it will show 404 errors. I check and try to make the page /tag or /tag/ show all tags with function of Ultimate Tag Warrior. [...]

