]> git.proxmox.com Git - proxmox-spamassassin.git/commit
buildsys: drop upstream tarball and add extracted sources
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 24 Mar 2021 16:44:22 +0000 (17:44 +0100)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 24 Mar 2021 17:19:35 +0000 (18:19 +0100)
commit37ef577538029b8e8a0565494a07624bfb7bae9b
tree420bf99773fd179a29dbf5df99874162075779be
parent054f24dbbba8340d80a161f7f7b223380cd04bf1
buildsys: drop upstream tarball and add extracted sources

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
586 files changed:
Mail-SpamAssassin-3.4.4.tar.gz [deleted file]
upstream/CREDITS [new file with mode: 0644]
upstream/Changes [new file with mode: 0644]
upstream/INSTALL [new file with mode: 0644]
upstream/INSTALL.VMS [new file with mode: 0644]
upstream/LICENSE [new file with mode: 0644]
upstream/MANIFEST [new file with mode: 0644]
upstream/MANIFEST.SKIP [new file with mode: 0644]
upstream/META.json [new file with mode: 0644]
upstream/META.yml [new file with mode: 0644]
upstream/Makefile.PL [new file with mode: 0644]
upstream/NOTICE [new file with mode: 0644]
upstream/PACKAGING [new file with mode: 0644]
upstream/README [new file with mode: 0644]
upstream/TRADEMARK [new file with mode: 0644]
upstream/UPGRADE [new file with mode: 0644]
upstream/USAGE [new file with mode: 0644]
upstream/build/check_dependencies [new file with mode: 0755]
upstream/build/convert_pods_to_doc [new file with mode: 0755]
upstream/build/get_version [new file with mode: 0755]
upstream/build/mkrules [new file with mode: 0755]
upstream/build/parse-rules-for-masses [new file with mode: 0755]
upstream/build/preprocessor [new file with mode: 0755]
upstream/build/sha256sum.pl [new file with mode: 0755]
upstream/build/sha512sum.pl [new file with mode: 0755]
upstream/ldap/README [new file with mode: 0644]
upstream/ldap/README.testing [new file with mode: 0644]
upstream/ldap/sa_test.ldif [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/AICache.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/ArchiveIterator.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/AsyncLoop.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/AutoWhitelist.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Bayes.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Bayes/CombineChi.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Bayes/CombineNaiveBayes.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/BayesStore.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/BayesStore/BDB.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/BayesStore/DBM.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/BayesStore/MySQL.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/BayesStore/Redis.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/BayesStore/SDBM.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/BayesStore/SQL.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Client.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Conf.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Conf/LDAP.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Conf/Parser.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Conf/SQL.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Constants.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/DBBasedAddrList.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Dns.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/DnsResolver.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/HTML.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Locales.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Locker.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Locker/Flock.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Locker/UnixNFSSafe.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Locker/Win32.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Logger.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Logger/File.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Logger/Stderr.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Logger/Syslog.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/MailingList.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Message.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Message/Metadata.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Message/Metadata/Received.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Message/Node.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/NetSet.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/PerMsgLearner.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/PerMsgStatus.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/PersistentAddrList.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/ASN.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/AWL.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/AccessDB.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/AntiVirus.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/AskDNS.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/AutoLearnThreshold.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/Bayes.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/BodyEval.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/BodyRuleBaseExtractor.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/Check.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/DCC.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/DKIM.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/DNSEval.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/FreeMail.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/FromNameSpoof.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/HTMLEval.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/HTTPSMismatch.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/HashBL.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/Hashcash.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/HeaderEval.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/ImageInfo.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/MIMEEval.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/MIMEHeader.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/OLEVBMacro.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/OneLineBodyRuleType.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/PDFInfo.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/PhishTag.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/Phishing.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/Pyzor.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/Razor2.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/RelayEval.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/ReplaceTags.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/ResourceLimits.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/Reuse.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/Rule2XSBody.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/SPF.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/Shortcircuit.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/SpamCop.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/Test.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/TextCat.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/TxRep.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/URIDetail.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/URIEval.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/URILocalBL.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/VBounce.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/WLBLEval.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/PluginHandler.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/RegistryBoundaries.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Reporter.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/SQLBasedAddrList.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/SpamdForkScaling.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/SubProcBackChannel.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Timeout.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Util.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Util/DependencyInfo.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Util/Progress.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Util/ScopedTimer.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Util/TieOneStringHash.pm [new file with mode: 0644]
upstream/lib/Mail/SpamAssassin/Util/TinyRedis.pm [new file with mode: 0644]
upstream/lib/spamassassin-run.pod [new file with mode: 0644]
upstream/powered_by/128-powered-by-spamassassin.png [new file with mode: 0644]
upstream/powered_by/256-powered-by-spamassassin.png [new file with mode: 0644]
upstream/powered_by/512-powered-by-spamassassin.png [new file with mode: 0644]
upstream/powered_by/LOGO_USAGE.TXT [new file with mode: 0644]
upstream/powered_by/powered_by_spamassassin.psd [new file with mode: 0644]
upstream/procmailrc.example [new file with mode: 0644]
upstream/rules.README [new file with mode: 0644]
upstream/rules/20_aux_tlds.cf [new file with mode: 0644]
upstream/rules/active.list [new file with mode: 0644]
upstream/rules/init.pre [new file with mode: 0644]
upstream/rules/languages [new file with mode: 0644]
upstream/rules/local.cf [new file with mode: 0644]
upstream/rules/regression_tests.cf [new file with mode: 0644]
upstream/rules/sa-update-pubkey.txt [new file with mode: 0644]
upstream/rules/user_prefs.template [new file with mode: 0644]
upstream/rules/v310.pre [new file with mode: 0644]
upstream/rules/v312.pre [new file with mode: 0644]
upstream/rules/v320.pre [new file with mode: 0644]
upstream/rules/v330.pre [new file with mode: 0644]
upstream/rules/v340.pre [new file with mode: 0644]
upstream/rules/v341.pre [new file with mode: 0644]
upstream/rules/v342.pre [new file with mode: 0644]
upstream/rules/v343.pre [new file with mode: 0644]
upstream/sa-awl.raw [new file with mode: 0755]
upstream/sa-check_spamd.raw [new file with mode: 0755]
upstream/sa-compile.raw [new file with mode: 0755]
upstream/sa-learn.raw [new file with mode: 0755]
upstream/sa-update.raw [new file with mode: 0755]
upstream/sample-nonspam.txt [new file with mode: 0644]
upstream/sample-spam.txt [new file with mode: 0644]
upstream/spamassassin.raw [new file with mode: 0755]
upstream/spamc/Makefile.in [new file with mode: 0644]
upstream/spamc/Makefile.win [new file with mode: 0644]
upstream/spamc/README.qmail [new file with mode: 0644]
upstream/spamc/README.win [new file with mode: 0644]
upstream/spamc/acconfig.h [new file with mode: 0644]
upstream/spamc/config.h.in [new file with mode: 0644]
upstream/spamc/config.h.win [new file with mode: 0644]
upstream/spamc/configure [new file with mode: 0755]
upstream/spamc/configure.in [new file with mode: 0644]
upstream/spamc/configure.pl [new file with mode: 0755]
upstream/spamc/getopt.c [new file with mode: 0644]
upstream/spamc/getopt.h [new file with mode: 0644]
upstream/spamc/libspamc.c [new file with mode: 0644]
upstream/spamc/libspamc.h [new file with mode: 0644]
upstream/spamc/qmail-spamc.c [new file with mode: 0644]
upstream/spamc/spamc.c [new file with mode: 0644]
upstream/spamc/spamc.h.in [new file with mode: 0644]
upstream/spamc/spamc.h.win [new file with mode: 0644]
upstream/spamc/spamc.pod [new file with mode: 0644]
upstream/spamc/utils.c [new file with mode: 0644]
upstream/spamc/utils.h [new file with mode: 0644]
upstream/spamc/version.h.in [new file with mode: 0644]
upstream/spamc/version.h.pl [new file with mode: 0755]
upstream/spamd-apache2/MANIFEST [new file with mode: 0644]
upstream/spamd-apache2/MANIFEST.SKIP [new file with mode: 0644]
upstream/spamd-apache2/META.yml [new file with mode: 0644]
upstream/spamd-apache2/Makefile.PL [new file with mode: 0644]
upstream/spamd-apache2/README.apache [new file with mode: 0644]
upstream/spamd-apache2/bin/Bench-spamd.pl [new file with mode: 0755]
upstream/spamd-apache2/bin/Spamd [new file with mode: 0755]
upstream/spamd-apache2/bin/apache-spamd.pl [new file with mode: 0755]
upstream/spamd-apache2/lib/Mail/SpamAssassin/Spamd.pm [new file with mode: 0644]
upstream/spamd-apache2/lib/Mail/SpamAssassin/Spamd/Apache2.pm [new file with mode: 0644]
upstream/spamd-apache2/lib/Mail/SpamAssassin/Spamd/Apache2/AclIP.pm [new file with mode: 0644]
upstream/spamd-apache2/lib/Mail/SpamAssassin/Spamd/Apache2/AclRFC1413.pm [new file with mode: 0644]
upstream/spamd-apache2/lib/Mail/SpamAssassin/Spamd/Apache2/Config.pm [new file with mode: 0644]
upstream/spamd-apache2/lib/Mail/SpamAssassin/Spamd/Config.pm [new file with mode: 0644]
upstream/spamd-apache2/t/30run.t [new file with mode: 0644]
upstream/spamd-apache2/t/TEST.PL [new file with mode: 0644]
upstream/spamd-apache2/t/certs/Makefile [new file with mode: 0644]
upstream/spamd-apache2/t/certs/server.crt [new file with mode: 0644]
upstream/spamd-apache2/t/certs/server.csr [new file with mode: 0644]
upstream/spamd-apache2/t/certs/server.key [new file with mode: 0644]
upstream/spamd-apache2/t/conf/extra.last.conf.in [new file with mode: 0644]
upstream/spamd/OSXStartup/README [new file with mode: 0644]
upstream/spamd/OSXStartup/SAspamd [new file with mode: 0755]
upstream/spamd/OSXStartup/StartupParameters.plist [new file with mode: 0644]
upstream/spamd/PROTOCOL [new file with mode: 0644]
upstream/spamd/README [new file with mode: 0644]
upstream/spamd/README.SuSE [new file with mode: 0644]
upstream/spamd/README.vpopmail [new file with mode: 0644]
upstream/spamd/netbsd-rc-script.sh [new file with mode: 0755]
upstream/spamd/redhat-rc-script.sh [new file with mode: 0755]
upstream/spamd/slackware-rc-script.sh [new file with mode: 0755]
upstream/spamd/solaris-rc-script.sh [new file with mode: 0755]
upstream/spamd/spamd.raw [new file with mode: 0755]
upstream/spamd/suse-ancient-rc-script.sh [new file with mode: 0755]
upstream/sql/README [new file with mode: 0644]
upstream/sql/README.awl [new file with mode: 0644]
upstream/sql/README.bayes [new file with mode: 0644]
upstream/sql/README.txrep [new file with mode: 0644]
upstream/sql/awl_mysql.sql [new file with mode: 0644]
upstream/sql/awl_pg.sql [new file with mode: 0644]
upstream/sql/bayes_mysql.sql [new file with mode: 0644]
upstream/sql/bayes_pg.sql [new file with mode: 0644]
upstream/sql/txrep_mysql.sql [new file with mode: 0644]
upstream/sql/txrep_pg.sql [new file with mode: 0644]
upstream/sql/txrep_sqlite.sql [new file with mode: 0644]
upstream/sql/userpref_mysql.sql [new file with mode: 0644]
upstream/sql/userpref_pg.sql [new file with mode: 0644]
upstream/t/README [new file with mode: 0644]
upstream/t/SATest.pl [new file with mode: 0755]
upstream/t/SATest.pm [new file with mode: 0644]
upstream/t/all_modules.t [new file with mode: 0755]
upstream/t/autolearn.t [new file with mode: 0755]
upstream/t/autolearn_force.t [new file with mode: 0755]
upstream/t/autolearn_force_fail.t [new file with mode: 0755]
upstream/t/basic_lint.t [new file with mode: 0755]
upstream/t/basic_lint_without_sandbox.t [new file with mode: 0755]
upstream/t/basic_meta.t [new file with mode: 0755]
upstream/t/basic_meta2.t [new file with mode: 0644]
upstream/t/basic_obj_api.t [new file with mode: 0755]
upstream/t/bayesbdb.t [new file with mode: 0755]
upstream/t/bayesdbm.t [new file with mode: 0755]
upstream/t/bayesdbm_flock.t [new file with mode: 0755]
upstream/t/bayessdbm.t [new file with mode: 0755]
upstream/t/bayessdbm_seen_delete.t [new file with mode: 0755]
upstream/t/bayessql.t [new file with mode: 0755]
upstream/t/blacklist_autolearn.t [new file with mode: 0755]
upstream/t/body_mod.t [new file with mode: 0755]
upstream/t/body_str.t [new file with mode: 0644]
upstream/t/check_implemented.t [new file with mode: 0755]
upstream/t/cidrs.t [new file with mode: 0755]
upstream/t/config.dist [new file with mode: 0644]
upstream/t/config_errs.t [new file with mode: 0755]
upstream/t/config_text.t [new file with mode: 0755]
upstream/t/config_tree_recurse.t [new file with mode: 0755]
upstream/t/cpp_comments_in_spamc.t [new file with mode: 0755]
upstream/t/cross_user_config_leak.t [new file with mode: 0644]
upstream/t/data/01_test_rules.cf [new file with mode: 0644]
upstream/t/data/01_test_rules.pre [new file with mode: 0644]
upstream/t/data/Dumpheaders.pm [new file with mode: 0644]
upstream/t/data/dkim/test-adsp-11.msg [new file with mode: 0644]
upstream/t/data/dkim/test-adsp-12.msg [new file with mode: 0644]
upstream/t/data/dkim/test-adsp-13.msg [new file with mode: 0644]
upstream/t/data/dkim/test-adsp-14.msg [new file with mode: 0644]
upstream/t/data/dkim/test-adsp-15.msg [new file with mode: 0644]
upstream/t/data/dkim/test-adsp-16.msg [new file with mode: 0644]
upstream/t/data/dkim/test-adsp-17.msg [new file with mode: 0644]
upstream/t/data/dkim/test-adsp-18.msg [new file with mode: 0644]
upstream/t/data/dkim/test-adsp-19.msg [new file with mode: 0644]
upstream/t/data/dkim/test-adsp-20.msg [new file with mode: 0644]
upstream/t/data/dkim/test-adsp-21.msg [new file with mode: 0644]
upstream/t/data/dkim/test-adsp-22.msg [new file with mode: 0644]
upstream/t/data/dkim/test-fail-01.msg [new file with mode: 0644]
upstream/t/data/dkim/test-fail-02.msg [new file with mode: 0644]
upstream/t/data/dkim/test-fail-03.msg [new file with mode: 0644]
upstream/t/data/dkim/test-fail-04.msg [new file with mode: 0644]
upstream/t/data/dkim/test-fail-05.msg [new file with mode: 0644]
upstream/t/data/dkim/test-fail-06.msg [new file with mode: 0644]
upstream/t/data/dkim/test-fail-07.msg [new file with mode: 0644]
upstream/t/data/dkim/test-fail-08.msg [new file with mode: 0644]
upstream/t/data/dkim/test-fail-09.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-01.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-02.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-03.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-04.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-05.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-06.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-07.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-08.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-09.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-10.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-11.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-12.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-13.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-14.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-15.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-16.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-17.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-18.msg [new file with mode: 0644]
upstream/t/data/dkim/test-pass-19.msg [new file with mode: 0644]
upstream/t/data/etc/hello.txt [new file with mode: 0644]
upstream/t/data/etc/testhost.cert [new file with mode: 0644]
upstream/t/data/etc/testhost.key [new file with mode: 0644]
upstream/t/data/mime-subject.txt [new file with mode: 0644]
upstream/t/data/nice/001 [new file with mode: 0644]
upstream/t/data/nice/002 [new file with mode: 0644]
upstream/t/data/nice/003 [new file with mode: 0644]
upstream/t/data/nice/004 [new file with mode: 0644]
upstream/t/data/nice/005 [new file with mode: 0644]
upstream/t/data/nice/006 [new file with mode: 0644]
upstream/t/data/nice/007 [new file with mode: 0644]
upstream/t/data/nice/008 [new file with mode: 0644]
upstream/t/data/nice/009 [new file with mode: 0644]
upstream/t/data/nice/010 [new file with mode: 0644]
upstream/t/data/nice/011 [new file with mode: 0644]
upstream/t/data/nice/012 [new file with mode: 0644]
upstream/t/data/nice/013 [new file with mode: 0644]
upstream/t/data/nice/014 [new file with mode: 0644]
upstream/t/data/nice/015 [new file with mode: 0644]
upstream/t/data/nice/016 [new file with mode: 0644]
upstream/t/data/nice/base64.txt [new file with mode: 0644]
upstream/t/data/nice/crlf-endings [new file with mode: 0644]
upstream/t/data/nice/dkim/AddedVtag_07 [new file with mode: 0644]
upstream/t/data/nice/dkim/BasicTest_01 [new file with mode: 0644]
upstream/t/data/nice/dkim/MIMEnowsp_05 [new file with mode: 0644]
upstream/t/data/nice/dkim/MIMEsimple_04 [new file with mode: 0644]
upstream/t/data/nice/dkim/MultipleAuthRes_10 [new file with mode: 0644]
upstream/t/data/nice/dkim/MultipleReceived_08 [new file with mode: 0644]
upstream/t/data/nice/dkim/MultipleSig_06 [new file with mode: 0644]
upstream/t/data/nice/dkim/NonExistingHeader_09 [new file with mode: 0644]
upstream/t/data/nice/dkim/Nowsp_03 [new file with mode: 0644]
upstream/t/data/nice/dkim/Simple_02 [new file with mode: 0644]
upstream/t/data/nice/mailman_message.txt [new file with mode: 0644]
upstream/t/data/nice/mime1 [new file with mode: 0644]
upstream/t/data/nice/mime2 [new file with mode: 0644]
upstream/t/data/nice/mime3 [new file with mode: 0644]
upstream/t/data/nice/mime4 [new file with mode: 0644]
upstream/t/data/nice/mime5 [new file with mode: 0644]
upstream/t/data/nice/mime6 [new file with mode: 0644]
upstream/t/data/nice/mime7 [new file with mode: 0644]
upstream/t/data/nice/mime8 [new file with mode: 0644]
upstream/t/data/nice/mime9 [new file with mode: 0644]
upstream/t/data/nice/no_body [new file with mode: 0644]
upstream/t/data/nice/not_gtube.eml [new file with mode: 0644]
upstream/t/data/nice/orig_ip_hdr.eml [new file with mode: 0644]
upstream/t/data/nice/spf1 [new file with mode: 0644]
upstream/t/data/nice/spf2 [new file with mode: 0644]
upstream/t/data/nice/spf3 [new file with mode: 0644]
upstream/t/data/nice/spf3-received-spf [new file with mode: 0644]
upstream/t/data/phishing/openphish-feed.txt [new file with mode: 0644]
upstream/t/data/phishing/phishtank-feed.csv [new file with mode: 0644]
upstream/t/data/reporterplugin.pm [new file with mode: 0644]
upstream/t/data/spam/001 [new file with mode: 0644]
upstream/t/data/spam/002 [new file with mode: 0644]
upstream/t/data/spam/003 [new file with mode: 0644]
upstream/t/data/spam/004 [new file with mode: 0644]
upstream/t/data/spam/005 [new file with mode: 0644]
upstream/t/data/spam/006 [new file with mode: 0644]
upstream/t/data/spam/007 [new file with mode: 0644]
upstream/t/data/spam/008 [new file with mode: 0644]
upstream/t/data/spam/009 [new file with mode: 0644]
upstream/t/data/spam/010 [new file with mode: 0644]
upstream/t/data/spam/011 [new file with mode: 0644]
upstream/t/data/spam/012 [new file with mode: 0644]
upstream/t/data/spam/013 [new file with mode: 0644]
upstream/t/data/spam/014 [new file with mode: 0644]
upstream/t/data/spam/015 [new file with mode: 0644]
upstream/t/data/spam/016 [new file with mode: 0644]
upstream/t/data/spam/017 [new file with mode: 0644]
upstream/t/data/spam/018 [new file with mode: 0644]
upstream/t/data/spam/badctype1 [new file with mode: 0644]
upstream/t/data/spam/badctype2 [new file with mode: 0644]
upstream/t/data/spam/badmime.txt [new file with mode: 0644]
upstream/t/data/spam/badmime2.txt [new file with mode: 0644]
upstream/t/data/spam/badmime3.txt [new file with mode: 0644]
upstream/t/data/spam/base64.txt [new file with mode: 0644]
upstream/t/data/spam/bsmtp [new file with mode: 0644]
upstream/t/data/spam/bsmtpnull [new file with mode: 0644]
upstream/t/data/spam/dnsbl.eml [new file with mode: 0644]
upstream/t/data/spam/dnsbl_domsonly.eml [new file with mode: 0644]
upstream/t/data/spam/dnsbl_ipsonly.eml [new file with mode: 0644]
upstream/t/data/spam/gtube.eml [new file with mode: 0644]
upstream/t/data/spam/gtubedcc.eml [new file with mode: 0644]
upstream/t/data/spam/olevbmacro/encrypted.eml [new file with mode: 0644]
upstream/t/data/spam/olevbmacro/goodcsv.eml [new file with mode: 0644]
upstream/t/data/spam/olevbmacro/macro.eml [new file with mode: 0644]
upstream/t/data/spam/olevbmacro/malicemacro.eml [new file with mode: 0644]
upstream/t/data/spam/olevbmacro/nomacro.eml [new file with mode: 0644]
upstream/t/data/spam/olevbmacro/renamedmacro.eml [new file with mode: 0644]
upstream/t/data/spam/olevbmacro/zippwmacro.eml [new file with mode: 0644]
upstream/t/data/spam/phishing_openphish.eml [new file with mode: 0644]
upstream/t/data/spam/phishing_phishtank.eml [new file with mode: 0644]
upstream/t/data/spam/razor2 [new file with mode: 0644]
upstream/t/data/spam/relayUS.eml [new file with mode: 0644]
upstream/t/data/spam/spf1 [new file with mode: 0644]
upstream/t/data/spam/spf2 [new file with mode: 0644]
upstream/t/data/spam/spf3 [new file with mode: 0644]
upstream/t/data/spamc_blank.cf [new file with mode: 0644]
upstream/t/data/taintcheckplugin.pm [new file with mode: 0644]
upstream/t/data/testplugin.pm [new file with mode: 0644]
upstream/t/data/testplugin2.pm [new file with mode: 0644]
upstream/t/data/validuserplugin.pm [new file with mode: 0644]
upstream/t/data/whitelists/action.eff.org [new file with mode: 0644]
upstream/t/data/whitelists/amazon_co_uk_ship [new file with mode: 0644]
upstream/t/data/whitelists/amazon_com_ship [new file with mode: 0644]
upstream/t/data/whitelists/cert.org [new file with mode: 0644]
upstream/t/data/whitelists/debian_bts_reassign [new file with mode: 0644]
upstream/t/data/whitelists/ibm_enews_de [new file with mode: 0644]
upstream/t/data/whitelists/infoworld [new file with mode: 0644]
upstream/t/data/whitelists/linuxplanet [new file with mode: 0644]
upstream/t/data/whitelists/lp.org [new file with mode: 0644]
upstream/t/data/whitelists/media_unspun [new file with mode: 0644]
upstream/t/data/whitelists/mlist_mailman_message [new file with mode: 0644]
upstream/t/data/whitelists/mlist_yahoo_groups_message [new file with mode: 0644]
upstream/t/data/whitelists/mypoints [new file with mode: 0644]
upstream/t/data/whitelists/neat_net_tricks [new file with mode: 0644]
upstream/t/data/whitelists/netcenter-direct_de [new file with mode: 0644]
upstream/t/data/whitelists/netsol_renewal [new file with mode: 0644]
upstream/t/data/whitelists/networkworld [new file with mode: 0644]
upstream/t/data/whitelists/oracle_net_techblast [new file with mode: 0644]
upstream/t/data/whitelists/orbitz.com [new file with mode: 0644]
upstream/t/data/whitelists/paypal.com [new file with mode: 0644]
upstream/t/data/whitelists/register.com_password [new file with mode: 0644]
upstream/t/data/whitelists/ryanairmail.com [new file with mode: 0644]
upstream/t/data/whitelists/sf.net [new file with mode: 0644]
upstream/t/data/whitelists/winxpnews.com [new file with mode: 0644]
upstream/t/data/whitelists/yahoo-inc.com [new file with mode: 0644]
upstream/t/date.t [new file with mode: 0755]
upstream/t/db_awl_path.t [new file with mode: 0755]
upstream/t/db_awl_perms.t [new file with mode: 0755]
upstream/t/db_based_whitelist.t [new file with mode: 0755]
upstream/t/db_based_whitelist_ips.t [new file with mode: 0755]
upstream/t/dcc.t [new file with mode: 0755]
upstream/t/debug.t [new file with mode: 0755]
upstream/t/desc_wrap.t [new file with mode: 0755]
upstream/t/dkim.t [new file with mode: 0755]
upstream/t/dnsbl.t [new file with mode: 0755]
upstream/t/dnsbl_sc_meta.t [new file with mode: 0755]
upstream/t/dnsbl_subtests.t [new file with mode: 0755]
upstream/t/duplicates.t [new file with mode: 0755]
upstream/t/freemail.t [new file with mode: 0755]
upstream/t/get_all_headers.t [new file with mode: 0755]
upstream/t/get_headers.t [new file with mode: 0755]
upstream/t/gtube.t [new file with mode: 0755]
upstream/t/hashcash.t [new file with mode: 0755]
upstream/t/html_colors.t [new file with mode: 0755]
upstream/t/html_obfu.t [new file with mode: 0755]
upstream/t/html_utf8.t [new file with mode: 0755]
upstream/t/idn_dots.t [new file with mode: 0755]
upstream/t/if_can.t [new file with mode: 0644]
upstream/t/ifversion.t [new file with mode: 0755]
upstream/t/ip_addrs.t [new file with mode: 0755]
upstream/t/lang_lint.t [new file with mode: 0755]
upstream/t/lang_pl_tests.t [new file with mode: 0755]
upstream/t/line_endings.t [new file with mode: 0755]
upstream/t/lint_nocreate_prefs.t [new file with mode: 0755]
upstream/t/memory_cycles.t [new file with mode: 0755]
upstream/t/metadata.t [new file with mode: 0755]
upstream/t/mimeheader.t [new file with mode: 0755]
upstream/t/mimeparse.t [new file with mode: 0755]
upstream/t/missing_hb_separator.t [new file with mode: 0755]
upstream/t/nonspam.t [new file with mode: 0755]
upstream/t/olevbmacro.t [new file with mode: 0755]
upstream/t/originating_ip_hdr.t [new file with mode: 0644]
upstream/t/phishing.t [new file with mode: 0644]
upstream/t/plugin.t [new file with mode: 0755]
upstream/t/plugin_file.t [new file with mode: 0755]
upstream/t/plugin_priorities.t [new file with mode: 0755]
upstream/t/prefs_include.t [new file with mode: 0755]
upstream/t/priorities.t [new file with mode: 0644]
upstream/t/razor2.t [new file with mode: 0755]
upstream/t/rcvd_parser.t [new file with mode: 0755]
upstream/t/re_base_extraction.t [new file with mode: 0755]
upstream/t/recips.t [new file with mode: 0755]
upstream/t/recreate.t [new file with mode: 0755]
upstream/t/recursion.t [new file with mode: 0755]
upstream/t/regexp_valid.t [new file with mode: 0755]
upstream/t/relative_scores.t [new file with mode: 0755]
upstream/t/relaycountry_fast.t [new file with mode: 0755]
upstream/t/relaycountry_geoip.t [new file with mode: 0755]
upstream/t/relaycountry_geoip2.t [new file with mode: 0755]
upstream/t/report_safe.t [new file with mode: 0755]
upstream/t/reportheader.t [new file with mode: 0755]
upstream/t/reportheader_8bit.t [new file with mode: 0755]
upstream/t/reuse.t [new file with mode: 0644]
upstream/t/root_spamd.t [new file with mode: 0644]
upstream/t/root_spamd_tell.t [new file with mode: 0644]
upstream/t/root_spamd_tell_paranoid.t [new file with mode: 0644]
upstream/t/root_spamd_tell_x.t [new file with mode: 0644]
upstream/t/root_spamd_tell_x_paranoid.t [new file with mode: 0644]
upstream/t/root_spamd_u.t [new file with mode: 0755]
upstream/t/root_spamd_u_dcc.t [new file with mode: 0755]
upstream/t/root_spamd_virtual.t [new file with mode: 0755]
upstream/t/root_spamd_x.t [new file with mode: 0644]
upstream/t/root_spamd_x_paranoid.t [new file with mode: 0644]
upstream/t/root_spamd_x_u.t [new file with mode: 0755]
upstream/t/rule_multiple.t [new file with mode: 0755]
upstream/t/rule_names.t [new file with mode: 0755]
upstream/t/rule_types.t [new file with mode: 0755]
upstream/t/sa_awl.t [new file with mode: 0755]
upstream/t/sa_check_spamd.t [new file with mode: 0755]
upstream/t/sa_compile.t [new file with mode: 0644]
upstream/t/sha1.t [new file with mode: 0755]
upstream/t/shortcircuit.t [new file with mode: 0644]
upstream/t/spam.t [new file with mode: 0755]
upstream/t/spamc.t [new file with mode: 0755]
upstream/t/spamc_B.t [new file with mode: 0755]
upstream/t/spamc_E.t [new file with mode: 0755]
upstream/t/spamc_bug6176.t [new file with mode: 0755]
upstream/t/spamc_c.t [new file with mode: 0755]
upstream/t/spamc_c_stdout_closed.t [new file with mode: 0755]
upstream/t/spamc_cf.t [new file with mode: 0755]
upstream/t/spamc_headers.t [new file with mode: 0755]
upstream/t/spamc_l.t [new file with mode: 0755]
upstream/t/spamc_optC.t [new file with mode: 0755]
upstream/t/spamc_optL.t [new file with mode: 0755]
upstream/t/spamc_x_E_R.t [new file with mode: 0755]
upstream/t/spamc_x_e.t [new file with mode: 0755]
upstream/t/spamc_y.t [new file with mode: 0755]
upstream/t/spamc_z.t [new file with mode: 0644]
upstream/t/spamd.t [new file with mode: 0755]
upstream/t/spamd_allow_user_rules.t [new file with mode: 0755]
upstream/t/spamd_client.t [new file with mode: 0755]
upstream/t/spamd_hup.t [new file with mode: 0755]
upstream/t/spamd_kill_restart.t [new file with mode: 0755]
upstream/t/spamd_kill_restart_rr.t [new file with mode: 0755]
upstream/t/spamd_ldap.t [new file with mode: 0755]
upstream/t/spamd_maxchildren.t [new file with mode: 0755]
upstream/t/spamd_maxsize.t [new file with mode: 0755]
upstream/t/spamd_parallel.t [new file with mode: 0755]
upstream/t/spamd_plugin.t [new file with mode: 0755]
upstream/t/spamd_port.t [new file with mode: 0755]
upstream/t/spamd_prefork_stress.t [new file with mode: 0755]
upstream/t/spamd_prefork_stress_2.t [new file with mode: 0755]
upstream/t/spamd_prefork_stress_3.t [new file with mode: 0755]
upstream/t/spamd_prefork_stress_4.t [new file with mode: 0755]
upstream/t/spamd_protocol_10.t [new file with mode: 0755]
upstream/t/spamd_report.t [new file with mode: 0755]
upstream/t/spamd_report_ifspam.t [new file with mode: 0755]
upstream/t/spamd_sql_prefs.t [new file with mode: 0755]
upstream/t/spamd_ssl.t [new file with mode: 0755]
upstream/t/spamd_ssl_accept_fail.t [new file with mode: 0755]
upstream/t/spamd_stop.t [new file with mode: 0755]
upstream/t/spamd_symbols.t [new file with mode: 0755]
upstream/t/spamd_syslog.t [new file with mode: 0755]
upstream/t/spamd_unix.t [new file with mode: 0755]
upstream/t/spamd_unix_and_tcp.t [new file with mode: 0755]
upstream/t/spamd_user_rules_leak.t [new file with mode: 0755]
upstream/t/spamd_utf8.t [new file with mode: 0755]
upstream/t/spamd_whitelist_leak.t [new file with mode: 0755]
upstream/t/spf.t [new file with mode: 0755]
upstream/t/sql_based_whitelist.t [new file with mode: 0755]
upstream/t/stop_always_matching_regexps.t [new file with mode: 0644]
upstream/t/strip2.t [new file with mode: 0755]
upstream/t/strip_no_subject.t [new file with mode: 0755]
upstream/t/stripmarkup.t [new file with mode: 0755]
upstream/t/tainted_msg.t [new file with mode: 0755]
upstream/t/test_dir [new file with mode: 0644]
upstream/t/text_bad_ctype.t [new file with mode: 0755]
upstream/t/timeout.t [new file with mode: 0755]
upstream/t/trust_path.t [new file with mode: 0755]
upstream/t/uri.t [new file with mode: 0755]
upstream/t/uri_html.t [new file with mode: 0755]
upstream/t/uri_list.t [new file with mode: 0644]
upstream/t/uri_text.t [new file with mode: 0755]
upstream/t/uribl.t [new file with mode: 0755]
upstream/t/uribl_all_types.t [new file with mode: 0644]
upstream/t/uribl_domains_only.t [new file with mode: 0644]
upstream/t/uribl_ips_only.t [new file with mode: 0644]
upstream/t/urilocalbl_geoip.t [new file with mode: 0755]
upstream/t/utf8.t [new file with mode: 0755]
upstream/t/util_wrap.t [new file with mode: 0755]
upstream/t/whitelist_addrs.t [new file with mode: 0755]
upstream/t/whitelist_from.t [new file with mode: 0755]
upstream/t/whitelist_subject.t [new file with mode: 0755]
upstream/t/whitelist_to.t [new file with mode: 0755]
upstream/t/zz_cleanup.t [new file with mode: 0755]