louisameline / php-mail-signature

Sign your e-mails with DKIM and Domain Keys in PHP
GNU Lesser General Public License v2.1
59 stars 19 forks source link

$to_be_signed possible bug #4

Closed OzzyCzech closed 9 years ago

OzzyCzech commented 9 years ago

Hi,

there is possible bug on line 430

Variable $to_be_signed do not exists in function scope.

btw. thanks for saving my time with your perfectly working solution

louisameline commented 9 years ago

Hi, thank you for the report and the kind words.

I fixed the warning in v1.0.2. That's the only functional change, the other changes are only the long comment lines getting reformatted.

Thanks again.