postfix-policyd-spf-perl/trunk/LICENSE

* Added an explicit copy of the GPLv2 to satisfy Ubuntu.

postfix-policyd-spf-perl/trunk/README
* Mentioned the explicit copy of the license and fixed a bogus wording that
  was leftover from another package from which the README file was originally
  copied.

postfix-policyd-spf-perl/trunk/postfix-policyd-spf-perl
* Removed superfluous definition of the $syslog_priority variable.

postfix-policyd-spf-python
postfix-policyd-spf-python/trunk
postfix-policyd-spf-python/tags
* Added.
This commit is contained in:
Julian Mehnle 2007-01-10 14:19:43 +00:00
commit 292876bc36
3 changed files with 341 additions and 3 deletions

View file

@ -34,7 +34,6 @@ my $DEFAULT_RESPONSE = "DUNNO";
my $syslog_socktype = 'unix'; # inet, unix, stream, console
my $syslog_facility = "mail";
my $syslog_options = "pid";
my $syslog_priority = "info";
my $syslog_ident = "postfix/policy-spf";
# ----------------------------------------------------------