[Mimedefang] Blank in ./INPUTMSG

Stefan König nme at nme.kicks-ass.net
Sun Jan 24 06:18:15 EST 2010


Hi List,

for testing purposes I added a function to mimedefang.pl where I access
./INPUTMSG
After taking a look I recognized, that beginning with the second line of
the data, I have a blank at the beginning of every line..
I access the file with

open(test, "<./INPUTMSG") or return undef;
my @message = <test>;
close(test);

Why is there a blank in front of every line?
Is there an easier way to access the complete message?

thanks for any hints!
bye
SK





More information about the MIMEDefang mailing list