From 5f81fd792594912882136afd33205683cfe786a8 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 4 May 2010 01:20:26 -0400 Subject: remove vestiges of a bygone RCS --- 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 0433324..f03e430 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 5d870c5..a112545 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 5bd3715..27bb53c 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 5717fe5..67c764d 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 864314f..acbcbc2 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 528e7ab..29c0de8 100644 --- a/plugins/queue/exim-bsmtp +++ b/plugins/queue/exim-bsmtp @@ -2,8 +2,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 984d7b8..9dc3c1f 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 96662d9..e5d966a 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 e079041..12edc9f 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.2.2