Page 1 of 1

Okay, I think I'm going to use this as an auto-reply to all "You've got a virus" e-mails.  I'm getting sick of this shit.

PostPosted:Thu Jan 22, 2004 10:32 pm
by SineSwiper
<div style='font: 10pt "EngraversGothic BT", "Copperplate Gothic Light", "Century Gothic"; text-align: left; '><b>Link:</b> <a href="http://www.oreillynet.com/pub/wlg/3682">One Question Certification Tests for E-Mail Filter Authors</a>

Okay, I think I'm going to use this as an auto-reply to all "You've got a virus" e-mails. I'm getting sick of this shit.</div>

.procmailrc entry for the interested...

PostPosted:Fri Jan 23, 2004 3:16 am
by SineSwiper
<div style='font: 10pt "EngraversGothic BT", "Copperplate Gothic Light", "Century Gothic"; text-align: left; '><tt># Auto-reply the One Question Certification Test to stupid mail sysadmins
:0
* ^Subject: Warning: E-mail virus.* detected.*
* ! ^X-Loop:
{
# Save a copy just in case
:0 c:
bogus-virus

:0 fhw
| formail -ra"Message-Id:" \
-I"Subject: One Question Certification Tests for E-Mail Filter Authors" \
-I"From: The Guy You Just Accused Of Having a Virus <from.header.spoofed.dumbass>" \
-I"X-Loop: 1" \
-I"Mime-Version: 1.0" \
-I"Content-Type: text/html" \
-I"Content-Transfer-Encoding: 7bit"

:0 fbw
| cat oqct.html

:0 w
* > 1
! -oi -t

}</tt></div>