Skip to content

Commit

Permalink
comment out stale plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 17, 2024
1 parent f1540a3 commit 4246eac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ jobs:
install: |
Regexp::Common
- run: cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
- run: cpanm --installdeps -n -f .
- run: sudo cpanm --installdeps -n -f .
- run: prove -lv t
4 changes: 2 additions & 2 deletions config.sample/plugins
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hosts_allow
# connection / informational plugins
#connection_time
#karma penalty_box 1 reject naughty
ident/geoip
#ident/geoip
#ident/p0f /tmp/.p0f_socket version 3
fcrdns

Expand Down Expand Up @@ -90,7 +90,7 @@ spamassassin reject 12
# spamassassin reject 20 munge_subject_threshold 10

# dspam must run after spamassassin for the learn_from_sa feature to work
dspam autolearn spamassassin reject 0.95
#dspam autolearn spamassassin reject 0.95

# run the clamav virus checking plugin (max size in Kb)
# virus/clamav
Expand Down
8 changes: 4 additions & 4 deletions t/config/plugins
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ content_log
hosts_allow

# information plugins
ident/geoip
#ident/geoip
ident/p0f /tmp/.p0f_socket version 3
connection_time
fcrdns
Expand Down Expand Up @@ -83,11 +83,11 @@ spamassassin
# spamassassin reject_threshold 20 munge_subject_threshold 10

# dspam must run after spamassassin for the learn_from_sa feature to work
dspam learn_from_sa 7 reject 1
#dspam learn_from_sa 7 reject 1

# run the clamav virus checking plugin
virus/clamav
virus/clamdscan
#virus/clamav
#virus/clamdscan

# You must enable a queue plugin - see the options in plugins/queue/ - for example:

Expand Down

0 comments on commit 4246eac

Please sign in to comment.