On Fri, May 29, 2020 at 01:18:05PM +0200, Matus UHLAR - fantomas wrote:
I'm getting this message on my system:

May 29 11:59:58 proxy2 amavis[7537]: (07537-13) (!)do_unrar: can't parse info line for 
"" *-rw-r--r--    599246    600832 100%  2020-05-29 11:59  86328207  2822.rar\n

         if ($ln !~ /^ ([* ]) \s+ \S+ \s+ (\d+) \s+ (\d+) \s+
                     ( \d+ % | --> | <-- | <-> ) \s+
                     \S+ \s+ \S+ \s+ \S+ \s+ (.*)/xs) {
           do_log($testing_for_sfx ? 4 : -1,
                  "do_unrar: can't parse info line for \"%s\" %s",
                  $member_name,$ln);

I can guess that the first \s+ should be \s* since there's no space between
* and the attributes...
can anyone confirm?

On 29.05.20 14:24, Henrik K wrote:
It was just discussed last month:

https://lists.amavis.org/pipermail/amavis-users/2020-April/006045.html

Just change \s* as you said.

thank you, I have missed that (I can't remember everything discussed).

https://gitlab.com/amavis/amavis/-/merge_requests/3

Aha, merge requests!  I searched for issues but found nothing.  isn't it
considered better to fill an issue before sending merge request?

--
Matus UHLAR - fantomas, [email protected] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Saving Private Ryan...
Private Ryan exists. Overwrite? (Y/N)

Reply via email to