# HG changeset patch # User Heiko Schlittermann # Date 1287610531 -7200 # Node ID eeb01b7c7833439190824180ad1257f021d66acd # Parent 84f3f294c1ca8ae14be5722fc0168718b840cf50 fixed source hint (now in HG on keller) diff -r 84f3f294c1ca -r eeb01b7c7833 exiacl.pl --- 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($;$);