--- a/exiacl.pl Wed Oct 20 23:35:13 2010 +0200
+++ b/exiacl.pl Wed Oct 20 23:35:31 2010 +0200
@@ -1,7 +1,5 @@
#! /usr/bin/perl
# © Heiko Schlittermann
-# $Id$
-# $URL$
use constant USAGE => << '#';
!ME! [options] [-- exim native options]
@@ -33,8 +31,8 @@
mail data is read from STDIN unless it's connected to terminal.
- $Id$
- $URL$
+ Source: https://keller.schlittermann.de/hg/exiacl
+
#
@@ -46,7 +44,7 @@
use Socket;
use File::Basename;
-our $VERSION = "0.9";
+our $VERSION = "1.0";
sub exim_option($);
sub read_exim($;$);