Ticket #312 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] cab files not detected

Reported by: mr88talent@… Owned by: rjl
Priority: normal Milestone: 1.0.2
Component: amavisd-maia Version: 1.0.1
Severity: normal Keywords: cab files
Cc:

Description

See Debian bug report - easy fix

-  [qr/^Microsoft cabinet file\b/      => 'cab'],
+  [qr/^Microsoft cabinet file\b/i     => 'cab'],

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350962

Change History

Changed 3 years ago by rjl

  • status changed from new to closed
  • patch changed from 0 to 1
  • resolution set to fixed
  • summary changed from cab files not detected to [PATCH] cab files not detected
  • milestone set to 1.0.2

Fixed in [1031].

Note: See TracTickets for help on using tickets.