Skip to content

Commit

Permalink
sync MANIFEST and install v402.pre file
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/spamassassin/trunk@1921232 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bigio committed Oct 10, 2024
1 parent 585891b commit 27dbf39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ lib/Mail/SpamAssassin/Pyzor/Digest/Pieces.pm
lib/Mail/SpamAssassin/Pyzor/Digest/StripHtml.pm
lib/Mail/SpamAssassin/Pyzor/Digest.pm
lib/Mail/SpamAssassin/Pyzor.pm
lib/Mail/SpamAssassin/Redirectors.pm
lib/Mail/SpamAssassin/RegistryBoundaries.pm
lib/Mail/SpamAssassin/Reporter.pm
lib/Mail/SpamAssassin/SQLBasedAddrList.pm
Expand Down Expand Up @@ -158,6 +159,7 @@ rules/v342.pre
rules/v343.pre
rules/v400.pre
rules/v401.pre
rules/v402.pre
rules/20_aux_tlds.cf
rules-extras/README.txt
rules-extras/10_uridnsbl_skip_financial.cf
Expand Down Expand Up @@ -463,6 +465,8 @@ t/data/spam/phishing_openphish.eml
t/data/spam/phishing_phishtank.eml
t/data/spam/pyzor
t/data/spam/razor2
t/data/spam/redirectors/base.eml
t/data/spam/redirectors/base2.eml
t/data/spam/relayUS.eml
t/data/spam/spf1
t/data/spam/spf2
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,7 @@ conf__install:
$(PERL) -MFile::Copy -e "copy(q[rules/v343.pre], q[$(B_CONFDIR)/v343.pre]) unless -f q[$(B_CONFDIR)/v343.pre]"
$(PERL) -MFile::Copy -e "copy(q[rules/v400.pre], q[$(B_CONFDIR)/v400.pre]) unless -f q[$(B_CONFDIR)/v400.pre]"
$(PERL) -MFile::Copy -e "copy(q[rules/v401.pre], q[$(B_CONFDIR)/v401.pre]) unless -f q[$(B_CONFDIR)/v401.pre]"
$(PERL) -MFile::Copy -e "copy(q[rules/v402.pre], q[$(B_CONFDIR)/v402.pre]) unless -f q[$(B_CONFDIR)/v402.pre]"
data__install:
-$(MKPATH) $(B_DATADIR)
Expand Down

0 comments on commit 27dbf39

Please sign in to comment.