1 |
From 5f81fd792594912882136afd33205683cfe786a8 Mon Sep 17 00:00:00 2001 |
2 |
From: Matt Simerson <matt@tnpi.net> |
3 |
Date: Tue, 4 May 2010 01:20:26 -0400 |
4 |
Subject: remove vestiges of a bygone RCS |
5 |
|
6 |
--- |
7 |
lib/Apache/Qpsmtpd.pm | 2 -- |
8 |
lib/Qpsmtpd/ConfigServer.pm | 2 -- |
9 |
plugins/content_log | 1 - |
10 |
plugins/logging/file | 1 - |
11 |
plugins/logging/syslog | 1 - |
12 |
plugins/queue/exim-bsmtp | 2 -- |
13 |
plugins/uribl | 2 -- |
14 |
plugins/virus/clamav | 2 -- |
15 |
t/Test/Qpsmtpd/Plugin.pm | 2 -- |
16 |
9 files changed, 0 insertions(+), 15 deletions(-) |
17 |
|
18 |
diff --git a/lib/Apache/Qpsmtpd.pm b/lib/Apache/Qpsmtpd.pm |
19 |
index 0433324..f03e430 100644 |
20 |
--- a/lib/Apache/Qpsmtpd.pm |
21 |
+++ b/lib/Apache/Qpsmtpd.pm |
22 |
@@ -1,5 +1,3 @@ |
23 |
-# $Id$ |
24 |
- |
25 |
package Apache::Qpsmtpd; |
26 |
|
27 |
use 5.006001; |
28 |
diff --git a/lib/Qpsmtpd/ConfigServer.pm b/lib/Qpsmtpd/ConfigServer.pm |
29 |
index 5d870c5..a112545 100644 |
30 |
--- a/lib/Qpsmtpd/ConfigServer.pm |
31 |
+++ b/lib/Qpsmtpd/ConfigServer.pm |
32 |
@@ -1,5 +1,3 @@ |
33 |
-# $Id$ |
34 |
- |
35 |
package Qpsmtpd::ConfigServer; |
36 |
|
37 |
use base ('Danga::Client'); |
38 |
diff --git a/plugins/content_log b/plugins/content_log |
39 |
index 5bd3715..27bb53c 100644 |
40 |
--- a/plugins/content_log |
41 |
+++ b/plugins/content_log |
42 |
@@ -1,5 +1,4 @@ |
43 |
# -*- perl -*- |
44 |
-# $Id$ |
45 |
# |
46 |
# A simple example of a plugin that logs all incoming mail to a file. |
47 |
# Useful for debugging other plugins or keeping an archive of things. |
48 |
diff --git a/plugins/logging/file b/plugins/logging/file |
49 |
index 5717fe5..67c764d 100644 |
50 |
--- a/plugins/logging/file |
51 |
+++ b/plugins/logging/file |
52 |
@@ -1,5 +1,4 @@ |
53 |
#!/usr/bin/perl |
54 |
-# $Id$ |
55 |
|
56 |
=head1 NAME |
57 |
|
58 |
diff --git a/plugins/logging/syslog b/plugins/logging/syslog |
59 |
index 864314f..acbcbc2 100644 |
60 |
--- a/plugins/logging/syslog |
61 |
+++ b/plugins/logging/syslog |
62 |
@@ -1,5 +1,4 @@ |
63 |
#!/usr/bin/perl |
64 |
-# $Id$ |
65 |
|
66 |
=head1 NAME |
67 |
|
68 |
diff --git a/plugins/queue/exim-bsmtp b/plugins/queue/exim-bsmtp |
69 |
index 528e7ab..29c0de8 100644 |
70 |
--- a/plugins/queue/exim-bsmtp |
71 |
+++ b/plugins/queue/exim-bsmtp |
72 |
@@ -2,8 +2,6 @@ |
73 |
|
74 |
exim-bsmtp |
75 |
|
76 |
-$Id$ |
77 |
- |
78 |
=head1 DESCRIPTION |
79 |
|
80 |
This plugin enqueues mail from qpsmtpd into Exim via BSMTP |
81 |
diff --git a/plugins/uribl b/plugins/uribl |
82 |
index 984d7b8..9dc3c1f 100644 |
83 |
--- a/plugins/uribl |
84 |
+++ b/plugins/uribl |
85 |
@@ -4,8 +4,6 @@ |
86 |
|
87 |
uribl - URIBL blocking plugin for qpsmtpd |
88 |
|
89 |
-$Id$ |
90 |
- |
91 |
=head1 DESCRIPTION |
92 |
|
93 |
This plugin implements DNSBL lookups for URIs found in spam, such as that |
94 |
diff --git a/plugins/virus/clamav b/plugins/virus/clamav |
95 |
index 96662d9..e5d966a 100644 |
96 |
--- a/plugins/virus/clamav |
97 |
+++ b/plugins/virus/clamav |
98 |
@@ -4,8 +4,6 @@ |
99 |
|
100 |
clamav -- ClamAV antivirus plugin for qpsmtpd |
101 |
|
102 |
-$Id$ |
103 |
- |
104 |
=head1 DESCRIPTION |
105 |
|
106 |
This plugin scans incoming mail with the clamav A/V scanner, and can at your |
107 |
diff --git a/t/Test/Qpsmtpd/Plugin.pm b/t/Test/Qpsmtpd/Plugin.pm |
108 |
index e079041..12edc9f 100644 |
109 |
--- a/t/Test/Qpsmtpd/Plugin.pm |
110 |
+++ b/t/Test/Qpsmtpd/Plugin.pm |
111 |
@@ -1,5 +1,3 @@ |
112 |
-# $Id$ |
113 |
- |
114 |
package Test::Qpsmtpd::Plugin; |
115 |
1; |
116 |
|
117 |
-- |
118 |
1.7.2.2 |
119 |
|