- Install manpages appropiately
- Garantee correct permissions by using INSTALL
- Fix script headers and dir location to allow ASK to find it's
libs/configuration files.
- Add pkg-message to point user to setup information
- Install documentation with correct permissions
- Install util/asksenders script to bin directory, fix it also for
library paths/python path.
PR: ports/101717
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by: maintainer timeout (21 days)
"From:" address in their messages. When a new message arrives and the
sender is unknown, ASK sends a "confirmation message" back, informing
the sender that the original message has been queued, pending confirmation.
When the sender confirms (a simple reply), ASK delivers the original
message and adds the sender to a "whitelist". Further messages from this
sender will be immediately delivered. It is also possible to ignore
messages based on specific criteria, like sender's email, subject and so on.
PR: ports/88422
Submitted by: Marcelo Araujo <araujobsd@hotmail.com>