Drop all occurrences of magic CVS keywords.
This commit is contained in:
parent
954a849ff9
commit
5857457cdf
@ -1,8 +1,6 @@
|
||||
#
|
||||
# Generic mailing list acl file -- Please customize for your needs!
|
||||
#
|
||||
# $Header$
|
||||
#
|
||||
|
||||
# Re-directing anything that looks like a command.
|
||||
IF (subject matches "^[ ]*((un)?subscribe|remove|delete)")
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
#
|
||||
# $Header$
|
||||
#
|
||||
|
||||
# TAG: ListType <open|closed|moderated|acknowledged|acknowledged-once>
|
||||
# The following types of mailing lists exists:
|
||||
#
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
#
|
||||
# $Header$
|
||||
#
|
||||
|
||||
# Catch anything looks like it does not come from a human sender.
|
||||
IF (envelope matches "[^@]*(-)?owner(-)?[^@]*@|mailer-daemon@")
|
||||
OR (header matches "^Precedence:[ ]*(junk|list|bulk)")
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
#
|
||||
# $Header$
|
||||
#
|
||||
|
||||
# TAG: Hostname <string>
|
||||
# This entry specifies the fully qualified domain name, Petidomo
|
||||
# should use. This will usually be the 'real' name of the machine the
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# $Header$
|
||||
#
|
||||
# Insert the name specified on the command line to the Subject of
|
||||
# every posted article. To use this posting filter, set the following
|
||||
# in the list's config file:
|
||||
|
||||
@ -2,8 +2,6 @@
|
||||
#
|
||||
# Decrypt an incoming PGP if necessary.
|
||||
#
|
||||
# $Header$
|
||||
#
|
||||
|
||||
PDHOME=`csh -c "echo ~petidomo" | sed -e 's#/$##'`
|
||||
|
||||
|
||||
@ -2,8 +2,6 @@
|
||||
#
|
||||
# Encrypt an incoming PGP for the subscribers of list so and so.
|
||||
#
|
||||
# $Header$
|
||||
#
|
||||
|
||||
PDHOME=`csh -c "echo ~petidomo" | sed -e 's#/$##'`
|
||||
|
||||
|
||||
@ -2,8 +2,6 @@
|
||||
#
|
||||
# Add headers to a posting as specified in RFC 2369.
|
||||
#
|
||||
# $Header$
|
||||
#
|
||||
|
||||
# Check command line.
|
||||
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
-------------------------------------------------------------------------------
|
||||
$Id$
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Version 2.4.0:
|
||||
|
||||
* Migrated the web support functions out to argv_web.[ch].
|
||||
|
||||
@ -1,8 +1,4 @@
|
||||
/*
|
||||
* $Source$
|
||||
* $Revision$
|
||||
* $Date$
|
||||
*
|
||||
* Copyright (c) 1999 by Gray Watson <gray.watson@letters.com>.
|
||||
* All rights reserved.
|
||||
*
|
||||
|
||||
@ -1,8 +1,4 @@
|
||||
/*
|
||||
* $Source$
|
||||
* $Revision$
|
||||
* $Date$
|
||||
*
|
||||
* Copyright (c) 1999 by Gray Watson <gray.watson@letters.com>.
|
||||
* All rights reserved.
|
||||
*
|
||||
|
||||
@ -13,10 +13,6 @@
|
||||
@c Also, run `makeinfo' rather than `texinfo-format-buffer'.
|
||||
@c ================================================================
|
||||
|
||||
@c ================================================================
|
||||
@c $Id$
|
||||
@c ================================================================
|
||||
|
||||
@ifinfo
|
||||
This file is an introduction to the Argv library which handles the
|
||||
process of command-line arguments.
|
||||
|
||||
@ -1,8 +1,4 @@
|
||||
/*
|
||||
* $Source$
|
||||
* $Revision$
|
||||
* $Date$
|
||||
*
|
||||
* Copyright (c) 1999 by Gray Watson <gray.watson@letters.com>.
|
||||
* All rights reserved.
|
||||
*
|
||||
|
||||
@ -1,7 +1,17 @@
|
||||
/*
|
||||
* $Source$
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* Copyright (c) 1999 by Gray Watson <gray.watson@letters.com>.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for
|
||||
* any purpose and without fee is hereby granted, provided that the
|
||||
* above copyright notice and this permission notice appear in all
|
||||
* copies, and that the name of Gray Watson not be used in advertising
|
||||
* or publicity pertaining to distribution of the document or software
|
||||
* without specific, written prior permission.
|
||||
*
|
||||
* Gray Watson makes no representations about the suitability of the
|
||||
* software described herein for any purpose. It is provided "as is"
|
||||
* without express or implied warranty.
|
||||
*/
|
||||
|
||||
#include <progname.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user