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
| ||
|
Message-ID: <5.0.0.25.2.20031113112504.0258cec0@pop3.direcway.com> From: madsaxon at direcway.com (madsaxon) Subject: Eudora 6.0.1 attachment spoof At 11:40 AM 11/13/2003 +1100, you wrote: >print "From: me\n"; [...] >print "\n"; To save yourself a little effort in the future, try print <<"EOF"; From: me [...] EOF Cleans up the code a lot. ;-) m5x