http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4958





------- Additional Comments From [EMAIL PROTECTED]  2006-06-30 17:56 -------
from the dev list:

Justin Mason:
>Radoslaw Zielinski writes:
>> > +  my $gpg = 'gpg';
>> > +  if (Mail::SpamAssassin::Util::am_running_on_windows()) {
>> > +    $gpg .= '.exe';
>> 
>> Cosmetic change (SA probably won't run on Stratus VOS anyway ;-) :
>> 
>>   require Config;
>>   my $gpg = "gpg$Config::Config{_exe}";
>> 
>> ...instead?
>
>yes, might as well use that ;)

Part of me doesn't like having to load in a whole module for this one tiny
thing, but ...  I put in a patch for 3.2, and will attach a small additional
patch for 3.1 shortly.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to