# Example .procmailrc for use with sms_biff LOGFILE = .procmail.log SHELL = /bin/sh # otherwise could have trouble if your account uses tcsh sms_biff_BODY_SUBJECT_CONSTRUCT = complete # avoid Sprint's 32-character limit sms_biff_SMS_EMAIL_ADDRESS = 9495551212@messaging.sprintpcs.com # set to yours sms_biff_SMTP_SERVER = mx.messaging.sprintpcs.com # for Sprint env From forging VERBOSE = on X_LOOP = "X-Loop: Joe Blow's procmail loop detector" # set to your name # Send a _copy_ of incoming mail to a script that'll notify you via SMS (as long # as this isn't a bounce message or something else containing your X-Loop line). :0 BHc *$ !^$\X_LOOP | sms_biff # Now deliver the mail to your usual mailbox, locking using the default method. :0 : ${DEFAULT}