Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
communication
Commits
713265c8
Commit
713265c8
authored
May 16, 2018
by
Hinrikus Wolf
Browse files
switch to sclient for learning spam
parent
11cf1bfb
Changes
2
Hide whitespace changes
Inline
Side-by-side
spamassassin/files/sa-learn-ham.sh
View file @
713265c8
#!/bin/sh
exec
/usr/bin/sa-learn
-u
${
1
}
--ham
# you can also use tcp/ip here, consult spamc(1)
exec
/usr/bin/spamc
-u
${
1
}
-L
ham
-C
report
spamassassin/files/sa-learn-spam.sh
View file @
713265c8
#!/bin/sh
exec
/usr/bin/sa-learn
-u
${
1
}
--spam
# you can also use tcp/ip here, consult spamc(1)
exec
/usr/bin/spamc
-u
${
1
}
-L
spam
-C
report
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment