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;
use 5.006001;

View File

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

View File

@ -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.

View File

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

View File

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

View File

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

View File

@ -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

View File

@ -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

View File

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