Bug 24051 - New port: biabam: A command-line attachment mailer
Summary: New port: biabam: A command-line attachment mailer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-03 20:10 UTC by George Reid
Modified: 2001-02-27 06:28 UTC (History)
0 users

See Also:


Attachments
file.shar (2.03 KB, text/plain)
2001-01-03 20:10 UTC, George Reid
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description George Reid 2001-01-03 20:10:02 UTC
Biabam Is A Bash Attachment Mailer

To use BIABAM use the following syntax (yes, it is on my todo list, to add
switches so the syntax get's like mailing with commandline Mutt):

echo <body> | biabam <attachment> -s <subject> <recipient>

Example:
echo "Here is the tarball you requested" | \
  biabam foobar-0.7.8.tar.gz -s "Answer to your request" john@doe.org

If no text is piped into biabam, it will wait for text on standard input
(finish with CTRL-D)

BIABAM also works with the Bourne shell (/bin/sh).

- George Reid
greid@ukug.uk.freebsd.org

How-To-Repeat: n/a
Comment 1 Steve Price freebsd_committer freebsd_triage 2001-02-27 06:28:39 UTC
State Changed
From-To: open->closed

New port committed, thanks!