Possible bug in trusty package mailgraph (1.14-11) [universe]

Asked by Edgar Wiesmann

Hello,
maybe I'm wrong, but maybe I found a very little bug in 050_greylist.diff of the mailgraph package (.

Source:
@@ -446,6 +450,7 @@
  $daemon_rrd_dir = $opt{daemon_rrd} if defined $opt{daemon_rrd};
  $rrd = $opt{rrd_name}.".rrd" if defined $opt{rrd_name};
  $rrd_virus = $opt{rrd_name}."_virus.rrd" if defined $opt{rrd_name};
+ $rrd_virus = $opt{rrd_name}."_greylist.rrd" if defined $opt{rrd_name};

  # compile --ignore-host regexps
  if(defined $opt{'ignore-host'}) {

shouldn't it correcly be:
+ $rrd_greylist = $opt{rrd_name}."_greylist.rrd" if defined $opt{rrd_name};

Greetings from Dortmund (Germany)

Edgar

Question information

Language:
German Edit question
Status:
Solved
For:
Ubuntu mailgraph Edit question
Assignee:
No assignee Edit question
Solved by:
Edgar Wiesmann
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

I suggest you create a bug report.

Revision history for this message
Edgar Wiesmann (edgar-wiesmann) said :
#2

Filed a bug report...