remove vestiges of a bygone RCS

This commit is contained in:
Matt Simerson 2010-05-04 01:20:26 -04:00 committed by Robert
parent e37f14b9a6
commit 5f81fd7925
9 changed files with 0 additions and 15 deletions

View File

@ -1,5 +1,3 @@
# $Id$
package Apache::Qpsmtpd; package Apache::Qpsmtpd;
use 5.006001; use 5.006001;

View File

@ -1,5 +1,3 @@
# $Id$
package Qpsmtpd::ConfigServer; package Qpsmtpd::ConfigServer;
use base ('Danga::Client'); use base ('Danga::Client');

View File

@ -1,5 +1,4 @@
# -*- perl -*- # -*- perl -*-
# $Id$
# #
# A simple example of a plugin that logs all incoming mail to a file. # 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. # Useful for debugging other plugins or keeping an archive of things.

View File

@ -1,5 +1,4 @@
#!/usr/bin/perl #!/usr/bin/perl
# $Id$
=head1 NAME =head1 NAME

View File

@ -1,5 +1,4 @@
#!/usr/bin/perl #!/usr/bin/perl
# $Id$
=head1 NAME =head1 NAME

View File

@ -2,8 +2,6 @@
exim-bsmtp exim-bsmtp
$Id$
=head1 DESCRIPTION =head1 DESCRIPTION
This plugin enqueues mail from qpsmtpd into Exim via BSMTP This plugin enqueues mail from qpsmtpd into Exim via BSMTP

View File

@ -4,8 +4,6 @@
uribl - URIBL blocking plugin for qpsmtpd uribl - URIBL blocking plugin for qpsmtpd
$Id$
=head1 DESCRIPTION =head1 DESCRIPTION
This plugin implements DNSBL lookups for URIs found in spam, such as that This plugin implements DNSBL lookups for URIs found in spam, such as that

View File

@ -4,8 +4,6 @@
clamav -- ClamAV antivirus plugin for qpsmtpd clamav -- ClamAV antivirus plugin for qpsmtpd
$Id$
=head1 DESCRIPTION =head1 DESCRIPTION
This plugin scans incoming mail with the clamav A/V scanner, and can at your This plugin scans incoming mail with the clamav A/V scanner, and can at your

View File

@ -1,5 +1,3 @@
# $Id$
package Test::Qpsmtpd::Plugin; package Test::Qpsmtpd::Plugin;
1; 1;