Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _spamassassin
- X-seq: zsh-workers 16315
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _spamassassin
- Date: Sun, 9 Dec 2001 13:15:44 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Completion for spamassassin.
Index: Completion/Unix/Command/.distfiles
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/.distfiles,v
retrieving revision 1.13
diff -u -r1.13 .distfiles
--- Completion/Unix/Command/.distfiles 2001/11/29 17:58:51 1.13
+++ Completion/Unix/Command/.distfiles 2001/12/09 18:14:54
@@ -15,5 +15,5 @@
_dict _grep _lzop _prcs _tiff _elm
_diff _gs _make _psutils _tin _apm _mail
_last _loadkeys _modutils _ruby _sysctl _links _samba
-_user_admin _rsync _arping
+_user_admin _rsync _arping _spamassassin
'
Index: Completion/Unix/Command/_spamassassin
===================================================================
RCS file: _spamassassin
diff -N _spamassassin
--- /dev/null Thu May 24 22:33:05 2001
+++ _spamassassin Sun Dec 9 10:14:54 2001
@@ -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'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author