Skip to content

Commit

Permalink
update manifest (bump to 0.40_02)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/qpsmtpd/trunk@752 958fd67b-6ff1-0310-b445-bb7760255be9
  • Loading branch information
ask committed Jun 8, 2007
1 parent 198fe64 commit cf3d573
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
31 changes: 31 additions & 0 deletions MANIFEST
Expand Up @@ -11,19 +11,32 @@ config.sample/relayclients
config.sample/require_resolvable_fromhost config.sample/require_resolvable_fromhost
config.sample/rhsbl_zones config.sample/rhsbl_zones
config.sample/size_threshold config.sample/size_threshold
config.sample/flat_auth_pw
config.sample/rcpthosts
config.sample/tls_before_auth
config.sample/tls_ciphers
CREDITS CREDITS
lib/Apache/Qpsmtpd.pm lib/Apache/Qpsmtpd.pm
lib/Danga/Client.pm
lib/Danga/TimeoutSocket.pm
lib/Qpsmtpd.pm lib/Qpsmtpd.pm
lib/Qpsmtpd/Address.pm lib/Qpsmtpd/Address.pm
lib/Qpsmtpd/Auth.pm lib/Qpsmtpd/Auth.pm
lib/Qpsmtpd/Command.pm lib/Qpsmtpd/Command.pm
lib/Qpsmtpd/ConfigServer.pm
lib/Qpsmtpd/Connection.pm lib/Qpsmtpd/Connection.pm
lib/Qpsmtpd/Constants.pm lib/Qpsmtpd/Constants.pm
lib/Qpsmtpd/DSN.pm
lib/Qpsmtpd/Plugin.pm lib/Qpsmtpd/Plugin.pm
lib/Qpsmtpd/PollServer.pm
lib/Qpsmtpd/Postfix.pm lib/Qpsmtpd/Postfix.pm
lib/Qpsmtpd/Postfix/Constants.pm
lib/Qpsmtpd/Postfix/pf2qp.pl
lib/Qpsmtpd/SelectServer.pm lib/Qpsmtpd/SelectServer.pm
lib/Qpsmtpd/SMTP.pm lib/Qpsmtpd/SMTP.pm
lib/Qpsmtpd/SMTP/Prefork.pm
lib/Qpsmtpd/TcpServer.pm lib/Qpsmtpd/TcpServer.pm
lib/Qpsmtpd/TcpServer/Prefork.pm
lib/Qpsmtpd/Transaction.pm lib/Qpsmtpd/Transaction.pm
lib/Qpsmtpd/Utils.pm lib/Qpsmtpd/Utils.pm
LICENSE LICENSE
Expand All @@ -32,6 +45,9 @@ Makefile.PL
MANIFEST This list of files MANIFEST This list of files
MANIFEST.SKIP MANIFEST.SKIP
META.yml Module meta-data (added by MakeMaker) META.yml Module meta-data (added by MakeMaker)
plugins/async/check_earlytalker
plugins/async/dnsbl
plugins/async/require_resolvable_fromhost
plugins/auth/auth_cvm_unix_local plugins/auth/auth_cvm_unix_local
plugins/auth/auth_flat_file plugins/auth/auth_flat_file
plugins/auth/auth_ldap_bind plugins/auth/auth_ldap_bind
Expand All @@ -50,16 +66,24 @@ plugins/check_relay
plugins/check_spamhelo plugins/check_spamhelo
plugins/content_log plugins/content_log
plugins/count_unrecognized_commands plugins/count_unrecognized_commands
plugins/domainkeys
plugins/dont_require_anglebrackets
plugins/dns_whitelist_soft plugins/dns_whitelist_soft
plugins/dnsbl plugins/dnsbl
plugins/greylisting plugins/greylisting
plugins/hosts_allow
plugins/http_config plugins/http_config
plugins/ident/geoip plugins/ident/geoip
plugins/ident/p0f plugins/ident/p0f
plugins/logging/adaptive plugins/logging/adaptive
plugins/logging/devnull plugins/logging/devnull
plugins/logging/file
plugins/logging/syslog
plugins/logging/warn plugins/logging/warn
plugins/milter plugins/milter
plugins/parse_addr_withhelo
plugins/relay_only
plugins/tls_cert
plugins/queue/exim-bsmtp plugins/queue/exim-bsmtp
plugins/queue/maildir plugins/queue/maildir
plugins/queue/postfix-queue plugins/queue/postfix-queue
Expand All @@ -83,18 +107,25 @@ plugins/virus/klez_filter
plugins/virus/sophie plugins/virus/sophie
plugins/virus/uvscan plugins/virus/uvscan
qpsmtpd qpsmtpd
qpsmtpd-async
qpsmtpd-forkserver qpsmtpd-forkserver
qpsmtpd-server qpsmtpd-server
qpsmtpd-prefork
README README
README.authentication
README.logging README.logging
README.plugins README.plugins
run run
STATUS STATUS
t/addresses.t t/addresses.t
t/helo.t t/helo.t
t/plugin_tests.t t/plugin_tests.t
t/plugin_tests/auth/auth_flat_file
t/plugin_tests/auth/authdeny
t/plugin_tests/auth/authnull
t/plugin_tests/check_badrcptto t/plugin_tests/check_badrcptto
t/plugin_tests/dnsbl t/plugin_tests/dnsbl
t/plugin_tests/rcpt_ok
t/qpsmtpd-address.t t/qpsmtpd-address.t
t/tempstuff.t t/tempstuff.t
t/Test/Qpsmtpd.pm t/Test/Qpsmtpd.pm
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -25,3 +25,4 @@ output/.*
^MakeMaker-\d ^MakeMaker-\d
\#$ \#$
\B\.svn\b \B\.svn\b
^\.perltidyrc$
2 changes: 1 addition & 1 deletion lib/Qpsmtpd.pm
Expand Up @@ -5,7 +5,7 @@ use vars qw($VERSION $Logger $TraceLevel $Spool_dir $Size_threshold);
use Sys::Hostname; use Sys::Hostname;
use Qpsmtpd::Constants; use Qpsmtpd::Constants;


$VERSION = "0.40_01"; $VERSION = "0.40_02";


sub version { $VERSION }; sub version { $VERSION };


Expand Down

0 comments on commit cf3d573

Please sign in to comment.