# # Auto-respond to email sent to the UCBIPD address, ucbipd@yourdomain.com # :0 * ^(To|Cc):.*ucbipd@yourdomain.com * !^FROM_DAEMON * !^X-Loop: ucbipd@yourdomain.com { :0 Wh: .ucbipd.lock | formail -rD 8192 .ucbipd.cache :0 eh # if the name was not in the cache | (formail -r -I"From: ucbipd@yourdomain.com" \ -A"Precedence: junk" \ -A"X-Loop: ucbipd@yourdomain.com"; \ echo "Thank you for your generous donation to Your Name's"; \ echo "Intellectual Property Doner Site. The material you donated"; \ echo "has been placed into the public domain under the GNU GPL."; \ echo "All intellectual property donations, such as yours, are made"; \ echo "available through Your Name's Public Domain Intellectual"; \ echo "Property Archive at http://pdipa.yourdomain.com/ for public use"; \ echo "and review."; \ echo ""; \ echo "In the rare event that a donation has been made in error,"; \ echo "Your Name offers Donation Removal Services to remedy"; \ echo "such cases. Simply report within 7 business days, in person,"; \ echo "to our Donation Removal Request Facility at 80 Spadina Avenue,"; \ echo "Toronto, Canada. For your protection, you will be required to"; \ echo "undergo a quick and easy decontamination process in our new,"; \ echo "state-of-the art Decon Facility. Following decontamination"; \ echo "(http://wearcam.org/tpw_decon_drill/), you will be permitted"; \ echo "inside to purchase a Donation Removal Request for a one-time"; \ echo "fee of 500 US dollars. It's that easy."; \ echo ""; \ echo "-- "; \ echo "Public Domain Intellectual Property Archive"; \ echo "http://pdipa.yourdomain.com/"; \ ) | $SENDMAIL -oi -t }