1#compdef spamassassin
2
3_arguments \
4    '-P[pipe to STDOUT]' \
5    '-e[error code on spam]' \
6    '-h[help]' \
7    '-t[test mode]' \
8    '-r[report message as verified spam]' \
9    '-w[set from addr of reply mail]:fromaddr:_user_at_host' \
10    '-l[log to file]:filename:_files' \
11    '-L[perform only local tests]' \
12    '-d[remove SpamAssassin markup]' \
13    '-c[config]:config file:_files' \
14    '-p[score preferences]:preference file:_files' \
15    '-D[diagnostic output]'
16