Previous: , Up: GNUN Scripts   [Contents][Index]


6.2.10 The validate-html-notify Script

This 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
--dry-run

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.

RCPT

The recipient of the message.

FILE

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.