about summary refs log tree commit diff
path: root/Completion/Unix/Command/_spamassassin
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-12-09 18:17:27 +0000
committerClint Adams <clint@users.sourceforge.net>2001-12-09 18:17:27 +0000
commitad2c72445459f6266e00fa8da0fffb6803622b1f (patch)
treeb9ae93f14578222ce7da815c7d4318f75ca90cb6 /Completion/Unix/Command/_spamassassin
parent64b4bfe6fc8ae3e12bfdc4b5f776fa5d2cc02d24 (diff)
downloadzsh-ad2c72445459f6266e00fa8da0fffb6803622b1f.tar.gz
zsh-ad2c72445459f6266e00fa8da0fffb6803622b1f.tar.xz
zsh-ad2c72445459f6266e00fa8da0fffb6803622b1f.zip
16315: completion for spamassassin
Diffstat (limited to 'Completion/Unix/Command/_spamassassin')
-rw-r--r--Completion/Unix/Command/_spamassassin15
1 files changed, 15 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_spamassassin b/Completion/Unix/Command/_spamassassin
new file mode 100644
index 000000000..1993c343c
--- /dev/null
+++ b/Completion/Unix/Command/_spamassassin
@@ -0,0 +1,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'