On fredagen den 10 september 2010, you stated the following:
> After that I edited the copy of the perl script file--
> I commented out '$dkim->load(*STDIN);'
> I added a line 's/\012$//;' immediately before 's/\015$//;' .

Ah, but the second change didn't actually do anything; it was the first change 
alone that made the script work. The example in the manpage says to use either 
$dkim->load(*STDIN) *or* $dkim->PRINT for each line, but the methods are not 
equivalent since the load routine requires CRLF line endings, as the manpage 
also tells you (or rather, both load and PRINT require CRLF endings, but the 
example code adds them in the latter case). Still, the documentation could 
perhaps be a little bit clearer.

-- 
Magnus Holmgren        [email protected]
Debian Developer 

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to