Leandro wrote:
(excuse my for my bad english)


When I use qmail-scanner 1.23 with spamassassin 2.64 and clamav 0.65 , the mail header has: clamdscan: 0.65. spamassassin: 2.64.


When I try to use qmail-scanner 1.23 with spamassassin 3.0.0 and clamav 0.80 , the mail header has : spamassassin 3.0.0 (without specify clamdscan version)


why ?

Because the output of `clamav --version' has changed. Just edit the qmail-scanner-queue.pl file, search for:


  if (/ersion ([0-9\.\-a-z]+)/i) {

and change it to:

  if (/ClamAV ([0-9\.\-a-z]+)/i) {


Regards, Rui Lopes


------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to