This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# mail2fax reloaded | |
# modified version working 100% by stefb (for europe) | |
# This script allows you to send faxes through your HylaFAX box. | |
# It uses mpack to strip out email attachments and sendfax to do | |
# the fax delivery. | |
### Temporary dir stuff | |
RANDOMFAX=/tmp/faxtmp.$(dd if=/dev/urandom count=1 2> /dev/null | cksum | cut -f1 -d" ") |