lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
From: odin at cleannorth.org (Dan Brosemer)
Subject: Re: Subject prefix changing! READ THIS! SURVEY!!

I, for one, don't care what happens to the subject line as long as I can
still filter based on other things.  I use this recipe to remove the prefix,
so I never see the thing.  I care so little I wouldn't have bothered posting
if I didn't think this recipe would save someone a bit of aggrivation.

:0:
* ^Sender: .*full-disclosure-admin@...ts.netsys.com
{
        SUBJECT=`formail -xSubject: \
          | sed -e 's/[;\`\\]/ /g' \
          | expand | sed -e 's/^[ ]*//g' -e 's/[ ]*$//g' \
          | sed -e 's/\[Full-Disclosure\] //'`
        :0fhw:
        | formail -i "Subject: ${SUBJECT}"

        :0:
        $MAILDIR/.full-disclosure/
}

-Dan

-- 
"Burnished gallows set with red
 Caress the fevered, empty mind
 Of man who hangs bloodied and blind
 To reach for wisdom, not for bread."  -- Deoridhe Grimsdaughter


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ