Commit Graph

7 Commits

Author SHA1 Message Date
naddy 348a3e29c5 drop RCS Ids 2022-03-11 19:34:31 +00:00
sthen 8503ec0f44 Run altermime with pledge(). It's fairly small and self-contained and
does string processing on what is often untrusted input, so this seems
a good candidate for defensive use of pledge (allowing all file io,
as it creates temporary files at various points during run, but has
no need for network).

pledge() is often not a good match for software in ports, but this seems
a suitable candidate and it changes very infrequently so doesn't add a
big maintenance burden.

looks good to deraadt, ok semarie@
2021-02-10 11:43:58 +00:00
naddy 7ab397505a Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. 2019-07-14 00:39:34 +00:00
danj c89c8bbd61 Fix HOMEPAGE
The www. domain has an IP as a CNAME and it doesn't work
(I didn't notice when I fixed archivers/ripole that the domain was
used in other homepages)
2019-01-11 01:51:34 +00:00
naddy 570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie 0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
ajacoutot 79cefe7a8c Import altermime-0.3.10.
alterMIME is a small program which is used to alter your mime-encoded
mailpacks as typically received by e.g. amavisd-new.
It can:
    * Insert disclaimers
    * Insert arbitary X-headers
    * Modify existing headers
    * Remove attachments based on filename or content-type
    * Replace attachments based on filename

ok jasper@
2012-05-30 16:47:01 +00:00