diff options
author | steve <steve@FreeBSD.org> | 1999-11-27 13:10:06 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-27 13:10:06 +0800 |
commit | aae9f904a141920c011adba131e0096f7bef1f63 (patch) | |
tree | 2def4363cac708811a92ba8debc415848733c905 /mail/grepmail/pkg-descr | |
parent | 4856dd990aecbfc4db5c2bcf35240c6a2d01ed48 (diff) | |
download | freebsd-ports-graphics-aae9f904a141920c011adba131e0096f7bef1f63.tar.gz freebsd-ports-graphics-aae9f904a141920c011adba131e0096f7bef1f63.tar.zst freebsd-ports-graphics-aae9f904a141920c011adba131e0096f7bef1f63.zip |
Initial import of grepmail version 4.1.
Search mailboxes for a given regexp and display matching emails.
PR: 15007
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'mail/grepmail/pkg-descr')
-rw-r--r-- | mail/grepmail/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/grepmail/pkg-descr b/mail/grepmail/pkg-descr new file mode 100644 index 00000000000..3f478e4a362 --- /dev/null +++ b/mail/grepmail/pkg-descr @@ -0,0 +1,8 @@ +Grepmail searches a normal, gzip'd, bzip'd, or tzip'd mailbox for a given +regular expression, and returns those emails that match it. Piped input is +allowed, and date restrictions are supported. + +WWW: http://www.cs.virginia.edu/~dwc3q/code/ + +- Chris D. Faulhaber +jedgar@fxp.org |