Previous: The mailfail Script, Up: GNUN Scripts [Contents][Index]
validate-html-notify ScriptThis script is a wrapper around gnun-validate-html
(see The gnun-validate-html Script); it is necessary because it is hard to
capture the output of the program from a program that itself captures
the output of another program that it runs.
Usage:
validate-html-notify [--dry-run] RCPT FILE
Does not actually send the message, just like mailfail.
In this case it runs gnun-validate-html without
--verbose because it is expected that the expanded file
will be available locally.
The recipient of the message.
The HTML file that has to be validated for compliance with the W3C standard.
The subject of the message is hardcoded in the script, since this
wrapper has a specific task and cannot be used to invoke an arbitrary
command—use mailfail for that. See The mailfail Script.