[Bug 1525930] [NEW] amavisd-new not able to scan with bitdefender for unices

S. W. cebit2006 at freakmail.de
Mon Dec 14 14:20:52 UTC 2015


Public bug reported:

amavisd-new -V
amavisd-new-2.7.1 (20120429)

lsb_release -rd
Description:	Ubuntu 14.04.3 LTS
Release:	14.04

with the current pattern amavisd is not able to scan with bitdefender

pattern:
  ### http://www.bitdefender.com/
  ['BitDefender', 'bdscan',  # new version
    '--action=ignore --no-list {}', qr/^Infected files *:0+(?!\d)/m,
    qr/^(?:Infected files|Identified viruses|Suspect files) *:0*[1-9]/m,
    qr/(?:suspected|infected): (.*)(?:\033|$)/m ],

log:
Dec 14 14:41:56 mail amavis[31749]: (31749-01) (!)run_av (BitDefender) FAILED - unexpected exit 1, output="BitDefender Antivirus Scanner for Unices v7.90123 Linux-i586\nCopyright (C) 1996-2009 BitDefender. All rights reserved.\nTrial key found. 13 days remaining.\n\nInfected file action: ignore\nSuspected file action: ignore\n/var/lib/amavis/tmp/amavis-20151214T144148-31749-37ddK4m4/parts/p003  infected: EICAR-Test-File (not a virus)\n\n\nResults:\nFolders: 0\nFiles: 3\nPacked: 0\nArchives: 0\nInfected files: 1\nSuspect files: 0\nWarnings: 0\nIdentified viruses: 1\nI/O errors: 0\n"
Dec 14 14:41:56 mail amavis[31749]: (31749-01) (!)BitDefender av-scanner FAILED: /usr/bin/bdscan unexpected exit 1, output="BitDefender Antivirus Scanner for Unices v7.90123 Linux-i586\nCopyright (C) 1996-2009 BitDefender. All rights reserved.\nTrial key found. 13 days remaining.\n\nInfected file action: ignore\nSuspected file action: ignore\n/var/lib/amavis/tmp/amavis-20151214T144148-31749-37ddK4m4/parts/p003  infected: EICAR-Test-File (not a virus)\n\n\nResults:\nFolders: 0\nFiles: 3\nPacked: 0\nArchives: 0\nInfected files: 1\nSuspect files: 0\nWarnings: 0\nIdentified viruses: 1\nI/O errors: 0\n" at (eval 136) line 899.
Dec 14 14:41:56 mail amavis[31749]: (31749-01) (!)WARN: all primary virus scanners failed, considering backups
Dec 14 14:41:56 mail amavis[31749]: (31749-01) (!!)AV: ALL VIRUS SCANNERS FAILED
Dec 14 14:41:58 mail amavis[31749]: (31749-01) Passed UNCHECKED {RelayedTaggedInternal}, LOCAL [192.168.115.29]:44658 <xxx at xxx.de> -> <s.xxx at xxx.de>, Queue-ID: 5634D50E066, Message-ID: <566EC71A.5080101 at xxx.de>, mail_id: 9iA5Kd5kqhiu, Hits: 0, size: 2910, queued_as: DFA1650E11C, 9623 ms

if the pattern is changed to:

 ### http://www.bitdefender.com/
  ['BitDefender', 'bdscan',  # new version
    '--action=ignore --no-list {}', qr/^Infected files\s*:\s*0+(?!\d)/m,
    qr/^(?:Infected files|Identified viruses|Suspect files)\s*:\s*0*[1-9]/m,
    qr/(?:suspected|infected)\s*:\s*(.*)(?:\033|$)/m ],

amavis starts to filter emails through bitdefender. greped for the
mailinglist as of June 2009 (https://www.mail-archive.com/amavis-
user at lists.sourceforge.net/msg13822.html#)

Dec 14 14:49:21 mail amavis[31883]: (31883-01) Blocked INFECTED (EICAR-
Test-File (not a virus)) {DiscardedInternal,Quarantined}, LOCAL
[192.168.115.29]:44640 <xxx at x.de> -> <s.xxxx at xxx.de>, quarantine: n
/virus-nzfKHxBFj6hL, Queue-ID: 5711D50E02F, Message-ID:
<566EC6D8.30909 at xxx.de>, mail_id: nzfKHxBFj6hL, Hits: -, size: 2908,
6970 ms

maybe its time to merge the newer packages from Sid.

regards
sw

** Affects: amavisd-new (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amavisd-new bitdefender

** Description changed:

  amavisd-new -V
  amavisd-new-2.7.1 (20120429)
  
  lsb_release -rd
  Description:	Ubuntu 14.04.3 LTS
  Release:	14.04
  
- 
  with the current pattern amavisd is not able to acan with bitdefender
  
  pattern:
-   ### http://www.bitdefender.com/
-   ['BitDefender', 'bdscan',  # new version
-     '--action=ignore --no-list {}', qr/^Infected files *:0+(?!\d)/m,
-     qr/^(?:Infected files|Identified viruses|Suspect files) *:0*[1-9]/m,
-     qr/(?:suspected|infected): (.*)(?:\033|$)/m ],
- 
+   ### http://www.bitdefender.com/
+   ['BitDefender', 'bdscan',  # new version
+     '--action=ignore --no-list {}', qr/^Infected files *:0+(?!\d)/m,
+     qr/^(?:Infected files|Identified viruses|Suspect files) *:0*[1-9]/m,
+     qr/(?:suspected|infected): (.*)(?:\033|$)/m ],
  
  log:
  Dec 14 14:41:56 mail amavis[31749]: (31749-01) (!)run_av (BitDefender) FAILED - unexpected exit 1, output="BitDefender Antivirus Scanner for Unices v7.90123 Linux-i586\nCopyright (C) 1996-2009 BitDefender. All rights reserved.\nTrial key found. 13 days remaining.\n\nInfected file action: ignore\nSuspected file action: ignore\n/var/lib/amavis/tmp/amavis-20151214T144148-31749-37ddK4m4/parts/p003  infected: EICAR-Test-File (not a virus)\n\n\nResults:\nFolders: 0\nFiles: 3\nPacked: 0\nArchives: 0\nInfected files: 1\nSuspect files: 0\nWarnings: 0\nIdentified viruses: 1\nI/O errors: 0\n"
  Dec 14 14:41:56 mail amavis[31749]: (31749-01) (!)BitDefender av-scanner FAILED: /usr/bin/bdscan unexpected exit 1, output="BitDefender Antivirus Scanner for Unices v7.90123 Linux-i586\nCopyright (C) 1996-2009 BitDefender. All rights reserved.\nTrial key found. 13 days remaining.\n\nInfected file action: ignore\nSuspected file action: ignore\n/var/lib/amavis/tmp/amavis-20151214T144148-31749-37ddK4m4/parts/p003  infected: EICAR-Test-File (not a virus)\n\n\nResults:\nFolders: 0\nFiles: 3\nPacked: 0\nArchives: 0\nInfected files: 1\nSuspect files: 0\nWarnings: 0\nIdentified viruses: 1\nI/O errors: 0\n" at (eval 136) line 899.
  Dec 14 14:41:56 mail amavis[31749]: (31749-01) (!)WARN: all primary virus scanners failed, considering backups
  Dec 14 14:41:56 mail amavis[31749]: (31749-01) (!!)AV: ALL VIRUS SCANNERS FAILED
- Dec 14 14:41:58 mail amavis[31749]: (31749-01) Passed UNCHECKED {RelayedTaggedInternal}, LOCAL [192.168.115.29]:44658 <wirthmann at wasserverband-kinzig.de> -> <s.xxx at xxx.de>, Queue-ID: 5634D50E066, Message-ID: <566EC71A.5080101 at wasserverband-kinzig.de>, mail_id: 9iA5Kd5kqhiu, Hits: 0, size: 2910, queued_as: DFA1650E11C, 9623 ms
- 
+ Dec 14 14:41:58 mail amavis[31749]: (31749-01) Passed UNCHECKED {RelayedTaggedInternal}, LOCAL [192.168.115.29]:44658 <xxx at xxx.de> -> <s.xxx at xxx.de>, Queue-ID: 5634D50E066, Message-ID: <566EC71A.5080101 at xxx.de>, mail_id: 9iA5Kd5kqhiu, Hits: 0, size: 2910, queued_as: DFA1650E11C, 9623 ms
  
  if the pattern is changed to:
  
-  ### http://www.bitdefender.com/
-   ['BitDefender', 'bdscan',  # new version
-     '--action=ignore --no-list {}', qr/^Infected files\s*:\s*0+(?!\d)/m,
-     qr/^(?:Infected files|Identified viruses|Suspect files)\s*:\s*0*[1-9]/m,
-     qr/(?:suspected|infected)\s*:\s*(.*)(?:\033|$)/m ],
+  ### http://www.bitdefender.com/
+   ['BitDefender', 'bdscan',  # new version
+     '--action=ignore --no-list {}', qr/^Infected files\s*:\s*0+(?!\d)/m,
+     qr/^(?:Infected files|Identified viruses|Suspect files)\s*:\s*0*[1-9]/m,
+     qr/(?:suspected|infected)\s*:\s*(.*)(?:\033|$)/m ],
  
  amavis starts to filter emails through bitdefender. greped for the
  mailinglist as of June 2009 (https://www.mail-archive.com/amavis-
  user at lists.sourceforge.net/msg13822.html#)
  
  Dec 14 14:49:21 mail amavis[31883]: (31883-01) Blocked INFECTED (EICAR-
  Test-File (not a virus)) {DiscardedInternal,Quarantined}, LOCAL
  [192.168.115.29]:44640 <xxx at x.de> -> <s.xxxx at xxx.de>, quarantine: n
  /virus-nzfKHxBFj6hL, Queue-ID: 5711D50E02F, Message-ID:
  <566EC6D8.30909 at xxx.de>, mail_id: nzfKHxBFj6hL, Hits: -, size: 2908,
  6970 ms
  
- 
  maybe its time to merge the newer packages from Sid.
- 
  
  regards
  sw

** Description changed:

  amavisd-new -V
  amavisd-new-2.7.1 (20120429)
  
  lsb_release -rd
  Description:	Ubuntu 14.04.3 LTS
  Release:	14.04
  
- with the current pattern amavisd is not able to acan with bitdefender
+ with the current pattern amavisd is not able to scan with bitdefender
  
  pattern:
    ### http://www.bitdefender.com/
    ['BitDefender', 'bdscan',  # new version
      '--action=ignore --no-list {}', qr/^Infected files *:0+(?!\d)/m,
      qr/^(?:Infected files|Identified viruses|Suspect files) *:0*[1-9]/m,
      qr/(?:suspected|infected): (.*)(?:\033|$)/m ],
  
  log:
  Dec 14 14:41:56 mail amavis[31749]: (31749-01) (!)run_av (BitDefender) FAILED - unexpected exit 1, output="BitDefender Antivirus Scanner for Unices v7.90123 Linux-i586\nCopyright (C) 1996-2009 BitDefender. All rights reserved.\nTrial key found. 13 days remaining.\n\nInfected file action: ignore\nSuspected file action: ignore\n/var/lib/amavis/tmp/amavis-20151214T144148-31749-37ddK4m4/parts/p003  infected: EICAR-Test-File (not a virus)\n\n\nResults:\nFolders: 0\nFiles: 3\nPacked: 0\nArchives: 0\nInfected files: 1\nSuspect files: 0\nWarnings: 0\nIdentified viruses: 1\nI/O errors: 0\n"
  Dec 14 14:41:56 mail amavis[31749]: (31749-01) (!)BitDefender av-scanner FAILED: /usr/bin/bdscan unexpected exit 1, output="BitDefender Antivirus Scanner for Unices v7.90123 Linux-i586\nCopyright (C) 1996-2009 BitDefender. All rights reserved.\nTrial key found. 13 days remaining.\n\nInfected file action: ignore\nSuspected file action: ignore\n/var/lib/amavis/tmp/amavis-20151214T144148-31749-37ddK4m4/parts/p003  infected: EICAR-Test-File (not a virus)\n\n\nResults:\nFolders: 0\nFiles: 3\nPacked: 0\nArchives: 0\nInfected files: 1\nSuspect files: 0\nWarnings: 0\nIdentified viruses: 1\nI/O errors: 0\n" at (eval 136) line 899.
  Dec 14 14:41:56 mail amavis[31749]: (31749-01) (!)WARN: all primary virus scanners failed, considering backups
  Dec 14 14:41:56 mail amavis[31749]: (31749-01) (!!)AV: ALL VIRUS SCANNERS FAILED
  Dec 14 14:41:58 mail amavis[31749]: (31749-01) Passed UNCHECKED {RelayedTaggedInternal}, LOCAL [192.168.115.29]:44658 <xxx at xxx.de> -> <s.xxx at xxx.de>, Queue-ID: 5634D50E066, Message-ID: <566EC71A.5080101 at xxx.de>, mail_id: 9iA5Kd5kqhiu, Hits: 0, size: 2910, queued_as: DFA1650E11C, 9623 ms
  
  if the pattern is changed to:
  
   ### http://www.bitdefender.com/
    ['BitDefender', 'bdscan',  # new version
      '--action=ignore --no-list {}', qr/^Infected files\s*:\s*0+(?!\d)/m,
      qr/^(?:Infected files|Identified viruses|Suspect files)\s*:\s*0*[1-9]/m,
      qr/(?:suspected|infected)\s*:\s*(.*)(?:\033|$)/m ],
  
  amavis starts to filter emails through bitdefender. greped for the
  mailinglist as of June 2009 (https://www.mail-archive.com/amavis-
  user at lists.sourceforge.net/msg13822.html#)
  
  Dec 14 14:49:21 mail amavis[31883]: (31883-01) Blocked INFECTED (EICAR-
  Test-File (not a virus)) {DiscardedInternal,Quarantined}, LOCAL
  [192.168.115.29]:44640 <xxx at x.de> -> <s.xxxx at xxx.de>, quarantine: n
  /virus-nzfKHxBFj6hL, Queue-ID: 5711D50E02F, Message-ID:
  <566EC6D8.30909 at xxx.de>, mail_id: nzfKHxBFj6hL, Hits: -, size: 2908,
  6970 ms
  
  maybe its time to merge the newer packages from Sid.
  
  regards
  sw

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/1525930

Title:
  amavisd-new not able to scan with bitdefender for unices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1525930/+subscriptions



More information about the Ubuntu-server-bugs mailing list