freebsd-ports/mail/synonym/pkg-plist
Norikatsu Shigemura 752010c8f7 Add synonym 0.4-3, the email message archiver.
Synonym is a product that allows a company to easily
archive all email messages going in and out. It can
copy mail messages, delete, reject or add a text
and/or html signature based on a XML based configuration
file listing regular expression rules.

WWW:	http://www.modulo.ro/synonym/
2005-11-17 07:11:11 +00:00

7 lines
268 B
Plaintext

sbin/synonym
@unexec if cmp -s %D/etc/synonym.conf %D/etc/synonym.conf-dist; then rm -f %D/etc/synonym.conf; fi
etc/synonym.conf-dist
@exec [ ! -f %B/synonym.conf ] && cp -p %B/%f %B/synonym.conf
@exec mkdir -p %%RUNDIR%%
@unexec rmdir %%RUNDIR%% 2> /dev/null || true