Ticket #2791: patch.diff
| File patch.diff, 478 bytes (added by mbrevda, 4 years ago) |
|---|
-
fax-process.pl
old new 132 132 # And that's pretty much all the hard work done. Now we just create the 133 133 # headers for the MIME encapsulation: 134 134 my $boundary = '------FREEPBX_FAX_MAIL:'; 135 my $dtime = `date `;135 my $dtime = `date -R`; 136 136 chomp $dtime; 137 137 my @chrs = ('0' .. '9', 'A' .. 'Z', 'a' .. 'z'); 138 138 foreach (0..16) { $boundary .= $chrs[rand (scalar @chrs)]; }
