Applied to my tree (via cherry-pick, as the email is mangled) as 5f81fd792594912882136afd33205683cfe786a8
Matt Simerson wrote: > > --- > lib/Apache/Qpsmtpd.pm | 2 -- > lib/Qpsmtpd/ConfigServer.pm | 2 -- > plugins/content_log | 1 - > plugins/logging/file | 1 - > plugins/logging/syslog | 1 - > plugins/queue/exim-bsmtp | 2 -- > plugins/uribl | 2 -- > plugins/virus/clamav | 2 -- > t/Test/Qpsmtpd/Plugin.pm | 2 -- > 9 files changed, 0 insertions(+), 15 deletions(-) > > diff --git a/lib/Apache/Qpsmtpd.pm b/lib/Apache/Qpsmtpd.pm > index 126df94..cf0c683 100644 > --- a/lib/Apache/Qpsmtpd.pm > +++ b/lib/Apache/Qpsmtpd.pm > @@ -1,5 +1,3 @@ > -# $Id$ > - > package Apache::Qpsmtpd; > > use 5.006001; > diff --git a/lib/Qpsmtpd/ConfigServer.pm b/lib/Qpsmtpd/ConfigServer.pm > index 1d94a86..4dc3f20 100644 > --- a/lib/Qpsmtpd/ConfigServer.pm > +++ b/lib/Qpsmtpd/ConfigServer.pm > @@ -1,5 +1,3 @@ > -# $Id$ > - > package Qpsmtpd::ConfigServer; > > use base ('Danga::Client'); > diff --git a/plugins/content_log b/plugins/content_log > index a664563..8a084c4 100644 > --- a/plugins/content_log > +++ b/plugins/content_log > @@ -1,5 +1,4 @@ > # -*- perl -*- > -# $Id$ > # > # A simple example of a plugin that logs all incoming mail to a file. > # Useful for debugging other plugins or keeping an archive of things. > diff --git a/plugins/logging/file b/plugins/logging/file > index ce017b8..9afb8d2 100644 > --- a/plugins/logging/file > +++ b/plugins/logging/file > @@ -1,5 +1,4 @@ > #!/usr/bin/perl > -# $Id$ > > =head1 NAME > > diff --git a/plugins/logging/syslog b/plugins/logging/syslog > index 497cf12..540df4c 100644 > --- a/plugins/logging/syslog > +++ b/plugins/logging/syslog > @@ -1,5 +1,4 @@ > #!/usr/bin/perl > -# $Id$ > > =head1 NAME > > diff --git a/plugins/queue/exim-bsmtp b/plugins/queue/exim-bsmtp > index 3996b55..0608774 100644 > --- a/plugins/queue/exim-bsmtp > +++ b/plugins/queue/exim-bsmtp > @@ -3,8 +3,6 @@ > > exim-bsmtp > > -$Id$ > - > =head1 DESCRIPTION > > This plugin enqueues mail from qpsmtpd into Exim via BSMTP > diff --git a/plugins/uribl b/plugins/uribl > index 7dca6eb..d24dd07 100644 > --- a/plugins/uribl > +++ b/plugins/uribl > @@ -4,8 +4,6 @@ > > uribl - URIBL blocking plugin for qpsmtpd > > -$Id$ > - > =head1 DESCRIPTION > > This plugin implements DNSBL lookups for URIs found in spam, such as > that > diff --git a/plugins/virus/clamav b/plugins/virus/clamav > index 664ef9d..85904eb 100644 > --- a/plugins/virus/clamav > +++ b/plugins/virus/clamav > @@ -4,8 +4,6 @@ > > clamav -- ClamAV antivirus plugin for qpsmtpd > > -$Id$ > - > =head1 DESCRIPTION > > This plugin scans incoming mail with the clamav A/V scanner, and can > at your > diff --git a/t/Test/Qpsmtpd/Plugin.pm b/t/Test/Qpsmtpd/Plugin.pm > index 8ee867f..3e1789b 100644 > --- a/t/Test/Qpsmtpd/Plugin.pm > +++ b/t/Test/Qpsmtpd/Plugin.pm > @@ -1,5 +1,3 @@ > -# $Id$ > - > package Test::Qpsmtpd::Plugin; > 1; > > -- > 1.7.0.6 >