about summary refs log tree commit diff
path: root/Completion/Unix/Command/_spamassassin
blob: ffe6c7d5d33f7b13feb48a25e1f0abd4d2ddad18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#compdef spamassassin

_arguments \
    '-P[pipe to STDOUT]' \
    '-e[error code on spam]' \
    '-h[help]' \
    '-t[test mode]' \
    '-r[report message as verified spam]' \
    '-w[set from addr of reply mail]:fromaddr:_user_at_host' \
    '-l[log to file]:filename:_files' \
    '-L[perform only local tests]' \
    '-d[remove SpamAssassin markup]' \
    '-c[config]:config file:_files' \
    '-p[score preferences]:preference file:_files' \
    '-D[diagnostic output]'