Version: 0.3.10, Package name: altermime-0.3.10 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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 |
Filesize: 83.395 KB |
Version History (View Complete History) |
|
2021-02-10 04:43:58 by Stuart Henderson | Files touched by this commit (2) |
Log message: 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@ |
2019-07-13 18:39:40 by Christian Weisgerber | Files touched by this commit (118) |
Log message: Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. |
2019-01-10 18:51:34 by Daniel Jakots | Files touched by this commit (2) |
Log message: 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) |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |