# Example .procmailrc for use with: # sms_biff and treocentral_wmexperts_notification 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 { # Specially mangle TreoCentral.com notifications to be useful on your Treo. :0 fw * ^From:.*(smartphoneexperts|treocentral|wmexperts)\.com * ^Subject: (New Private Message|Reply to post) | treocentral_wmexperts_notification -mobilize -treoize -truncsubj :0 | sms_biff } # Now deliver the mail to your usual mailbox, locking using the default method. :0 : ${DEFAULT}