# than the one for the last file that was uploaded
# This is only relevant when a 'filename' directive is present, hence the
# test of the $filename_required variable.
- if (($retval =~ /Signature made (.*?) using/) && ($filename_required)) {
+ if (($retval =~ /Signature made (.*)/) && ($filename_required)) {
my $timestr = $1;
# If the time/date string starts with a weekday (e.g. "Wed Apr 28 16:40:03 2004 EDT"),
# chop off the weekday - Date::Manip doesn't like it