Activity log for bug #405845

Date Who What changed Old value New value Message
2009-07-28 14:36:58 rjwellsted bug added bug
2009-07-28 14:40:46 rjwellsted affects ubuntu postfix-policyd (Ubuntu)
2009-07-28 17:48:16 rjwellsted description Description: Ubuntu 8.04.3 LTS Release: 8.04 apt-cache policy postfix-policyd postfix-policyd: Installed: 1.82-0ubuntu1 Candidate: 1.82-0ubuntu1 Version table: *** 1.82-0ubuntu1 0 500 http://gb.archive.ubuntu.com hardy/universe Packages 100 /var/lib/dpkg/status When reviewing the logs on a mail server, I discovered that messages that had passed the various anti-spam tests all had the message "blacklist_dnsname=bypass" flagged against them. This indicates that the blacklist_dnsname module experienced an error when trying to interrogate the database. Examining the structure of the database revealed that the blacklist_dnsname table was missing. The database creation script needs to include the following SQL to create the database correctly: -- start CREATE TABLE `blacklist_dnsname` ( `_blacklist` char(60) NOT NULL default '', `_description` char(60) NOT NULL default '', `_expire` int(10) unsigned NOT NULL default '0', UNIQUE KEY `_blacklist` (`_blacklist`), KEY `_expire` (`_expire`) ) ENGINE=MyISAM; -- end Description: Ubuntu 8.04.3 LTS Release: 8.04 apt-cache policy postfix-policyd postfix-policyd: Installed: 1.82-0ubuntu1 Candidate: 1.82-0ubuntu1 Version table: *** 1.82-0ubuntu1 0 500 http://gb.archive.ubuntu.com hardy/universe Packages 100 /var/lib/dpkg/status When reviewing the logs on a mail server, I discovered that messages that had passed the various anti-spam tests all had the message "blacklist_dnsname=bypass" flagged against them. e.g. Jul 28 12:55:29 server-name postfix-policyd: rcpt=7493, blacklist_dnsname=bypass, host=XXX.XXX.XXX.XXX (aluminium-oneisi.ccmdcampaigns.net), from=sales@xxx.yyyyy.co.uk, to=rrrr@wwww.org.uk, size=0 This indicates that the blacklist_dnsname module experienced an error when trying to interrogate the database. Examining the structure of the database revealed that the blacklist_dnsname table was missing. The database creation script needs to include the following SQL to create the database correctly: -- start SQL CREATE TABLE `blacklist_dnsname` ( `_blacklist` char(60) NOT NULL default '', `_description` char(60) NOT NULL default '', `_expire` int(10) unsigned NOT NULL default '0', UNIQUE KEY `_blacklist` (`_blacklist`), KEY `_expire` (`_expire`) ) ENGINE=MyISAM; -- end SQL
2009-08-01 16:06:34 Daniel Hahler postfix-policyd (Ubuntu): importance Undecided Medium
2009-08-01 16:06:34 Daniel Hahler postfix-policyd (Ubuntu): status New In Progress
2009-08-01 16:06:34 Daniel Hahler postfix-policyd (Ubuntu): assignee Daniel Hahler (blueyed)
2009-08-01 16:18:43 Daniel Hahler bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404711
2009-08-01 16:18:43 Daniel Hahler bug task added postfix-policyd (Debian)
2009-08-01 16:20:07 Launchpad Janitor postfix-policyd (Ubuntu): status In Progress Fix Released
2009-08-01 17:10:44 Bug Watch Updater postfix-policyd (Debian): status Unknown Confirmed
2009-08-05 01:07:14 Launchpad Janitor branch linked lp:ubuntu/karmic/postfix-policyd
2011-08-11 13:43:16 Bug Watch Updater postfix-policyd (Debian): status Confirmed Fix Released