summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/001_path-to-rrd.diff31
-rw-r--r--debian/patches/002_script-name.diff16
-rw-r--r--debian/patches/003_web-bug.diff23
-rw-r--r--debian/patches/00list2
-rw-r--r--debian/patches/051_postgrey.diff256
-rw-r--r--debian/patches/101_dspam-virus-notifications.diff17
-rw-r--r--debian/patches/101_mailgraph.pl.diff30
-rw-r--r--debian/patches/102_clamav-milter.diff16
-rw-r--r--debian/patches/102_mailgraph.cgi.diff32
-rw-r--r--debian/patches/series5
10 files changed, 64 insertions, 364 deletions
diff --git a/debian/patches/001_path-to-rrd.diff b/debian/patches/001_path-to-rrd.diff
deleted file mode 100644
index 442ea58..0000000
--- a/debian/patches/001_path-to-rrd.diff
+++ /dev/null
@@ -1,31 +0,0 @@
-Description: Set path to rrd files to /var/lib/mailgraph/
-Forwarded: not-needed
-
---- a/mailgraph.cgi
-+++ b/mailgraph.cgi
-@@ -16,9 +16,9 @@
- my $points_per_sample = 3;
- my $ypoints = 160;
- my $ypoints_err = 96;
--my $rrd = 'mailgraph.rrd'; # path to where the RRD database is
--my $rrd_virus = 'mailgraph_virus.rrd'; # path to where the Virus RRD database is
--my $tmp_dir = '/tmp/mailgraph'; # temporary directory where to store the images
-+my $rrd = '/var/lib/mailgraph/mailgraph.rrd'; # path to where the RRD database is
-+my $rrd_virus = '/var/lib/mailgraph/mailgraph_virus.rrd'; # path to where the Virus RRD database is
-+my $tmp_dir = '/var/lib/mailgraph/'; # temporary directory where to store the images
-
- my @graphs = (
- { title => 'Last Day', seconds => 3600*24, },
---- a/mailgraph.pl
-+++ b/mailgraph.pl
-@@ -377,8 +377,8 @@
-
- # global variables
- my $logfile;
--my $rrd = "mailgraph.rrd";
--my $rrd_virus = "mailgraph_virus.rrd";
-+my $rrd = "/var/lib/mailgraph/mailgraph.rrd";
-+my $rrd_virus = "/var/lib/mailgraph/mailgraph_virus.rrd";
- my $year;
- my $this_minute;
- my %sum = ( sent => 0, received => 0, bounced => 0, rejected => 0, virus => 0, spam => 0 );
diff --git a/debian/patches/002_script-name.diff b/debian/patches/002_script-name.diff
deleted file mode 100644
index 81e5169..0000000
--- a/debian/patches/002_script-name.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Allows mailgrap to show graph is the script is renamed
-Author: Julien Valroff <julien@debian.org>
-Fowrarded: no
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=434486
-
---- a/mailgraph.cgi
-+++ b/mailgraph.cgi
-@@ -11,7 +11,7 @@
- my $VERSION = "1.14";
-
- my $host = (POSIX::uname())[1];
--my $scriptname = 'mailgraph.cgi';
-+my $scriptname = $ENV{"SCRIPT_NAME"};
- my $xpoints = 540;
- my $points_per_sample = 3;
- my $ypoints = 160;
diff --git a/debian/patches/003_web-bug.diff b/debian/patches/003_web-bug.diff
deleted file mode 100644
index 16c47a2..0000000
--- a/debian/patches/003_web-bug.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Replaces rrdtool badge by a text link to prevent tracking
- of Mailgraph installations by oss.oetiker.ch
-Author: Malte S. Stretz <debian-bugs@msquadrat.de>
-Fowrarded: no
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611478
-
-diff -ur mailgraph-1.14.orig/mailgraph.cgi mailgraph-1.14/mailgraph.cgi
---- mailgraph-1.14.orig/mailgraph.cgi 2007-08-29 11:06:01.000000000 +0200
-+++ mailgraph-1.14/mailgraph.cgi 2011-01-29 20:09:37.000000000 +0100
-@@ -184,12 +184,9 @@
-
- print <<FOOTER;
- <hr/>
--<table><tr><td>
- <a href="http://mailgraph.schweikert.ch/">Mailgraph</a> $VERSION
- by <a href="http://david.schweikert.ch/">David Schweikert</a></td>
--<td align="right">
--<a href="http://oss.oetiker.ch/rrdtool/"><img src="http://oss.oetiker.ch/rrdtool/.pics/rrdtool.gif" alt="" width="120" height="34"/></a>
--</td></tr></table>
-+(built on Tobi Oetiker's <a href="http://oss.oetiker.ch/rrdtool/">RRDtool</a>)
- </body></html>
- FOOTER
- }
diff --git a/debian/patches/00list b/debian/patches/00list
new file mode 100644
index 0000000..90c588f
--- /dev/null
+++ b/debian/patches/00list
@@ -0,0 +1,2 @@
+101_mailgraph.pl.diff
+102_mailgraph.cgi.diff
diff --git a/debian/patches/051_postgrey.diff b/debian/patches/051_postgrey.diff
deleted file mode 100644
index b3683e7..0000000
--- a/debian/patches/051_postgrey.diff
+++ /dev/null
@@ -1,256 +0,0 @@
-Description: Add postgrey and greylisting support to mailgraph
-Author: Alexander Bech <alex@bakarasse.de>
-Origin: http://www.bakarasse.de/pages/en/linux/mailgraph.php
-
---- a/mailgraph.cgi
-+++ b/mailgraph.cgi
-@@ -16,6 +16,7 @@
- my $points_per_sample = 3;
- my $ypoints = 160;
- my $ypoints_err = 96;
-+my $ypoints_grey = 96;
- my $rrd = '/var/lib/mailgraph/mailgraph.rrd'; # path to where the RRD database is
- my $rrd_virus = '/var/lib/mailgraph/mailgraph_virus.rrd'; # path to where the Virus RRD database is
- my $tmp_dir = '/var/lib/mailgraph/'; # temporary directory where to store the images
-@@ -28,12 +29,14 @@
- );
-
- my %color = (
-- sent => '000099', # rrggbb in hex
-- received => '009900',
-- rejected => 'AA0000',
-- bounced => '000000',
-- virus => 'DDBB00',
-- spam => '999999',
-+ sent => '000099', # rrggbb in hex
-+ received => '009900',
-+ rejected => 'AA0000',
-+ bounced => '000000',
-+ virus => 'DDBB00',
-+ spam => '999999',
-+ greylisted => '999999',
-+ delayed => '006400',
- );
-
- sub rrd_graph(@)
-@@ -151,6 +154,36 @@
- );
- }
-
-+sub graph_grey($$)
-+{
-+ my ($range, $file) = @_;
-+ my $step = $range*$points_per_sample/$xpoints;
-+ rrd_graph($range, $file, $ypoints_grey,
-+ "DEF:greylisted=$rrd_greylist:greylisted:AVERAGE",
-+ "DEF:mgreylisted=$rrd_greylist:greylisted:MAX",
-+ "CDEF:rgreylisted=greylisted,60,*",
-+ "CDEF:dgreylisted=greylisted,UN,0,greylisted,IF,$step,*",
-+ "CDEF:sgreylisted=PREV,UN,dgreylisted,PREV,IF,dgreylisted,+",
-+ "CDEF:rmgreylisted=mgreylisted,60,*",
-+ "AREA:rgreylisted#$color{greylisted}:Greylisted",
-+ 'GPRINT:sgreylisted:MAX:total\: %8.0lf msgs',
-+ 'GPRINT:rgreylisted:AVERAGE:avg\: %5.2lf msgs/min',
-+ 'GPRINT:rmgreylisted:MAX:max\: %4.0lf msgs/min\l',
-+
-+ "DEF:delayed=$rrd_greylist:delayed:AVERAGE",
-+ "DEF:mdelayed=$rrd_greylist:delayed:MAX",
-+ "CDEF:rdelayed=delayed,60,*",
-+ "CDEF:ddelayed=delayed,UN,0,delayed,IF,$step,*",
-+ "CDEF:sdelayed=PREV,UN,ddelayed,PREV,IF,ddelayed,+",
-+ "CDEF:rmdelayed=mdelayed,60,*",
-+ "LINE2:rdelayed#$color{delayed}:Delayed ",
-+ 'GPRINT:sdelayed:MAX:total\: %8.0lf msgs',
-+ 'GPRINT:rdelayed:AVERAGE:avg\: %5.2lf msgs/min',
-+ 'GPRINT:rmdelayed:MAX:max\: %4.0lf msgs/min\l',
-+ );
-+}
-+
-+
- sub print_html()
- {
- print "Content-Type: text/html\n\n";
-@@ -180,6 +213,7 @@
- print "<h2 id=\"G$n\">$graphs[$n]{title}</h2>\n";
- print "<p><img src=\"$scriptname?${n}-n\" alt=\"mailgraph\"/><br/>\n";
- print "<img src=\"$scriptname?${n}-e\" alt=\"mailgraph\"/></p>\n";
-+ print "<img src=\"$scriptname?${n}-g\" alt=\"mailgraph\"/></p>\n";
- }
-
- print <<FOOTER;
-@@ -232,6 +266,11 @@
- graph_err($graphs[$1]{seconds}, $file);
- send_image($file);
- }
-+ elsif($img =~ /^(\d+)-g$/) {
-+ my $file = "$tmp_dir/$uri/mailgraph_$1_grey.png";
-+ graph_grey($graphs[$1]{seconds}, $file);
-+ send_image($file);
-+ }
- else {
- die "ERROR: invalid argument\n";
- }
---- a/mailgraph.pl
-+++ b/mailgraph.pl
-@@ -381,7 +381,7 @@
- my $rrd_virus = "/var/lib/mailgraph/mailgraph_virus.rrd";
- my $year;
- my $this_minute;
--my %sum = ( sent => 0, received => 0, bounced => 0, rejected => 0, virus => 0, spam => 0 );
-+my %sum = ( sent => 0, received => 0, bounced => 0, rejected => 0, virus => 0, spam => 0, greylisted => 0, delayed => 0);
- my $rrd_inited=0;
-
- my %opt = ();
-@@ -395,6 +395,8 @@
- sub event_rejected($);
- sub event_virus($);
- sub event_spam($);
-+sub event_greylisted($);
-+sub event_delayed($);
- sub init_rrd($);
- sub update($);
-
-@@ -415,8 +417,9 @@
- print " --daemon-log=FILE write verbose-log to FILE instead of /var/log/mailgraph.log\n";
- print " --ignore-localhost ignore mail to/from localhost (used for virus scanner)\n";
- print " --ignore-host=HOST ignore mail to/from HOST regexp (used for virus scanner)\n";
-- print " --only-mail-rrd update only the mail rrd\n";
-- print " --only-virus-rrd update only the virus rrd\n";
-+ print " --no-mail-rrd no update mail rrd\n";
-+ print " --no-virus-rrd no update virus rrd\n";
-+ print " --no-greylist-rrd no update greylist rrd\n";
- print " --rrd-name=NAME use NAME.rrd and NAME_virus.rrd for the rrd files\n";
- print " --rbl-is-spam count rbl rejects as spam\n";
- print " --virbl-is-virus count virbl rejects as viruses\n";
-@@ -431,7 +434,7 @@
- 'year|y=i', 'host=s', 'verbose|v', 'daemon|d!',
- 'daemon_pid|daemon-pid=s', 'daemon_rrd|daemon-rrd=s',
- 'daemon_log|daemon-log=s', 'ignore-localhost!', 'ignore-host=s@',
-- 'only-mail-rrd', 'only-virus-rrd', 'rrd_name|rrd-name=s',
-+ 'no-mail-rrd', 'no-virus-rrd', 'no-greylist-rrd', 'rrd_name|rrd-name=s',
- 'rbl-is-spam', 'virbl-is-virus'
- ) or exit(1);
- usage if $opt{help};
-@@ -446,6 +449,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'}) {
-@@ -522,7 +526,7 @@
- my $year_steps = $month_steps*12;
-
- # mail rrd
-- if(! -f $rrd and ! $opt{'only-virus-rrd'}) {
-+ if(! -f $rrd and ! $opt{'no-mail-rrd'}) {
- RRDs::create($rrd, '--start', $m, '--step', $rrdstep,
- 'DS:sent:ABSOLUTE:'.($rrdstep*2).':0:U',
- 'DS:recv:ABSOLUTE:'.($rrdstep*2).':0:U',
-@@ -544,7 +548,7 @@
- }
-
- # virus rrd
-- if(! -f $rrd_virus and ! $opt{'only-mail-rrd'}) {
-+ if(! -f $rrd_virus and ! $opt{'no-virus-rrd'}) {
- RRDs::create($rrd_virus, '--start', $m, '--step', $rrdstep,
- 'DS:virus:ABSOLUTE:'.($rrdstep*2).':0:U',
- 'DS:spam:ABSOLUTE:'.($rrdstep*2).':0:U',
-@@ -561,6 +565,25 @@
- elsif(-f $rrd_virus and ! defined $rrd_virus) {
- $this_minute = RRDs::last($rrd_virus) + $rrdstep;
- }
-+ # greylist rrd
-+ if(! -f $rrd_greylist and ! $opt{'no-greylist-rrd'}) {
-+ RRDs::create($rrd_greylist, '--start', $m, '--step', $rrdstep,
-+ 'DS:greylisted:ABSOLUTE:'.($rrdstep*2).':0:U',
-+ 'DS:delayed:ABSOLUTE:'.($rrdstep*2).':0:U',
-+ "RRA:AVERAGE:0.5:$day_steps:$realrows", # day
-+ "RRA:AVERAGE:0.5:$week_steps:$realrows", # week
-+ "RRA:AVERAGE:0.5:$month_steps:$realrows", # month
-+ "RRA:AVERAGE:0.5:$year_steps:$realrows", # year
-+ "RRA:MAX:0.5:$day_steps:$realrows", # day
-+ "RRA:MAX:0.5:$week_steps:$realrows", # week
-+ "RRA:MAX:0.5:$month_steps:$realrows", # month
-+ "RRA:MAX:0.5:$year_steps:$realrows", # year
-+ );
-+ $this_minute = $m;
-+ }
-+ elsif(-f $rrd_greylist and ! defined $rrd_greylist) {
-+ $this_minute = RRDs::last($rrd_greylist) + $rrdstep;
-+ }
-
- $rrd_inited=1;
- }
-@@ -610,6 +633,9 @@
- elsif($opt{'rbl-is-spam'} and $text =~ /^(?:[0-9A-Z]+: |NOQUEUE: )?reject: .*: 554.* blocked using/) {
- event($time, 'spam');
- }
-+ elsif($text =~ /Greylisted/) {
-+ event($time, 'greylisted');
-+ }
- elsif($text =~ /^(?:[0-9A-Z]+: |NOQUEUE: )?reject: /) {
- event($time, 'rejected');
- }
-@@ -853,6 +879,16 @@
- event($time, 'virus');
- }
- }
-+ elsif($prog eq 'postgrey') {
-+ # Old versions (up to 1.27)
-+ if($text =~ /delayed [0-9]+ seconds: client/) {
-+ event($time, 'delayed');
-+ }
-+ # New versions (from 1.28)
-+ if($text =~ /delay=[0-9]+/) {
-+ event($time, 'delayed');
-+ }
-+ }
- }
-
- sub event($$)
-@@ -870,14 +906,16 @@
- return 1 if $m == $this_minute;
- return 0 if $m < $this_minute;
-
-- print "update $this_minute:$sum{sent}:$sum{received}:$sum{bounced}:$sum{rejected}:$sum{virus}:$sum{spam}\n" if $opt{verbose};
-- RRDs::update $rrd, "$this_minute:$sum{sent}:$sum{received}:$sum{bounced}:$sum{rejected}" unless $opt{'only-virus-rrd'};
-- RRDs::update $rrd_virus, "$this_minute:$sum{virus}:$sum{spam}" unless $opt{'only-mail-rrd'};
-+ print "update $this_minute:$sum{sent}:$sum{received}:$sum{bounced}:$sum{rejected}:$sum{virus}:$sum{spam}:$sum{greylisted}:$sum{delayed}\n" if$
-+ RRDs::update $rrd, "$this_minute:$sum{sent}:$sum{received}:$sum{bounced}:$sum{rejected}" unless $opt{'no-mail-rrd'};
-+ RRDs::update $rrd_virus, "$this_minute:$sum{virus}:$sum{spam}" unless $opt{'no-virus-rrd'};
-+ RRDs::update $rrd_greylist, "$this_minute:$sum{greylisted}:$sum{delayed}" unless $opt{'no-greylist-rrd'};
- if($m > $this_minute+$rrdstep) {
- for(my $sm=$this_minute+$rrdstep;$sm<$m;$sm+=$rrdstep) {
-- print "update $sm:0:0:0:0:0:0 (SKIP)\n" if $opt{verbose};
-- RRDs::update $rrd, "$sm:0:0:0:0" unless $opt{'only-virus-rrd'};
-- RRDs::update $rrd_virus, "$sm:0:0" unless $opt{'only-mail-rrd'};
-+ print "update $sm:0:0:0:0:0:0:0:0 (SKIP)\n" if $opt{verbose};
-+ RRDs::update $rrd, "$sm:0:0:0:0" unless $opt{'no-mail-rrd'};
-+ RRDs::update $rrd_virus, "$sm:0:0" unless $opt{'no-virus-rrd'};
-+ RRDs::update $rrd_greylist, "$sm:0:0" unless $opt{'no-greylist-rrd'};
- }
- }
- $this_minute = $m;
-@@ -887,6 +925,8 @@
- $sum{rejected}=0;
- $sum{virus}=0;
- $sum{spam}=0;
-+ $sum{greylisted}=0;
-+ $sum{delayed}=0;
- return 1;
- }
-
-@@ -919,8 +959,9 @@
- --daemon-log=FILE write verbose-log to FILE instead of /var/log/mailgraph.log
- --ignore-localhost ignore mail to/from localhost (used for virus scanner)
- --ignore-host=HOST ignore mail to/from HOST regexp (used for virus scanner)
-- --only-mail-rrd update only the mail rrd
-- --only-virus-rrd update only the virus rrd
-+ --no-mail-rrd do not update mail rrd
-+ --no-virus-rrd do not update virus rrd
-+ --no-greylist-rrd do not update greylist rrd
- --rrd-name=NAME use NAME.rrd and NAME_virus.rrd for the rrd files
- --rbl-is-spam count rbl rejects as spam
- --virbl-is-virus count virbl rejects as viruses
diff --git a/debian/patches/101_dspam-virus-notifications.diff b/debian/patches/101_dspam-virus-notifications.diff
deleted file mode 100644
index 96d4068..0000000
--- a/debian/patches/101_dspam-virus-notifications.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Add code to account for infected mail as logged by DSPAM
-Author: Julien Valroff <julien@debian.org>
-Forwarded: no
-
-
---- a/mailgraph.pl
-+++ b/mailgraph.pl
-@@ -774,6 +774,9 @@
- if($text =~ /spam detected from/) {
- event($time, 'spam');
- }
-+ elsif($text =~ /infected message from/) {
-+ event($time, 'virus');
-+ }
- }
- elsif($prog eq 'spamproxyd' or $prog eq 'spampd') {
- if($text =~ /^\s*SPAM/ or $text =~ /^identified spam/) {
diff --git a/debian/patches/101_mailgraph.pl.diff b/debian/patches/101_mailgraph.pl.diff
new file mode 100644
index 0000000..bbfff29
--- /dev/null
+++ b/debian/patches/101_mailgraph.pl.diff
@@ -0,0 +1,30 @@
+#! /bin/sh -e
+if [ $# -ne 1 ]; then
+ echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+ exit 1
+fi
+case "$1" in
+ -patch) patch -f --no-backup-if-mismatch -p1 < $0;;
+ -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
+ *)
+ echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+ exit 1;;
+esac
+
+exit 0
+
+@DPATCH@
+diff -Nur mailgraph-1.10.orig/mailgraph.pl mailgraph-1.10/mailgraph.pl
+--- mailgraph-1.10.orig/mailgraph.pl 2004-10-25 19:27:09.000000000 +0000
++++ mailgraph-1.10/mailgraph.pl 2004-11-27 17:51:41.000000000 +0000
+@@ -304,8 +304,8 @@
+
+ # global variables
+ my $logfile;
+-my $rrd = "mailgraph.rrd";
+-my $rrd_virus = "mailgraph_virus.rrd";
++my $rrd = "/var/lib/mailgraph/mailgraph.rrd";
++my $rrd_virus = "/var/lib/mailgraph/mailgraph_virus.rrd";
+ my $year;
+ my $this_minute;
+ my %sum = ( sent => 0, received => 0, bounced => 0, rejected => 0, virus => 0, spam => 0 );
diff --git a/debian/patches/102_clamav-milter.diff b/debian/patches/102_clamav-milter.diff
deleted file mode 100644
index c9eac04..0000000
--- a/debian/patches/102_clamav-milter.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix for clamav-milter >= 0.96
-Author: Adrian von Bidder <avbidder@fortytwo.ch>
-Forwarded: no
-
---- a/mailgraph.pl
-+++ b/mailgraph.pl
-@@ -820,6 +820,9 @@
- if($text =~ /Intercepted/) {
- event($time, 'virus');
- }
-+ elsif($text =~ /Message.*infected by/) {
-+ event($time, 'virus');
-+ }
- }
- # uncommment for clamassassin:
- #elsif($prog eq 'clamd') {
diff --git a/debian/patches/102_mailgraph.cgi.diff b/debian/patches/102_mailgraph.cgi.diff
new file mode 100644
index 0000000..4409c58
--- /dev/null
+++ b/debian/patches/102_mailgraph.cgi.diff
@@ -0,0 +1,32 @@
+#! /bin/sh -e
+if [ $# -ne 1 ]; then
+ echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+ exit 1
+fi
+case "$1" in
+ -patch) patch -f --no-backup-if-mismatch -p1 < $0;;
+ -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
+ *)
+ echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+ exit 1;;
+esac
+
+exit 0
+
+@DPATCH@
+diff -Nur mailgraph-1.12.orig/mailgraph.cgi mailgraph-1.12/mailgraph.cgi
+--- mailgraph-1.12.orig/mailgraph.cgi 2005-10-16 19:17:00.000000000 +0200
++++ mailgraph-1.12/mailgraph.cgi 2005-11-13 13:43:32.000000000 +0100
+@@ -15,9 +15,9 @@
+ my $points_per_sample = 3;
+ my $ypoints = 160;
+ my $ypoints_err = 96;
+-my $rrd = 'mailgraph.rrd'; # path to where the RRD database is
+-my $rrd_virus = 'mailgraph_virus.rrd'; # path to where the Virus RRD database is
+-my $tmp_dir = '/tmp/mailgraph'; # temporary directory where to store the images
++my $rrd = '/var/lib/mailgraph/mailgraph.rrd'; # path to where the RRD database is
++my $rrd_virus = '/var/lib/mailgraph/mailgraph_virus.rrd'; # path to where the Virus RRD database is
++my $tmp_dir = '/var/lib/mailgraph'; # temporary directory where to store the images
+
+ my @graphs = (
+ { title => 'Day Graphs', seconds => 3600*24, },
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d5835d9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,5 +0,0 @@
-001_path-to-rrd.diff
-002_script-name.diff
-003_web-bug.diff
-101_dspam-virus-notifications.diff
-102_clamav-milter.diff