Branch: refs/heads/master
Home:   http://github.com/abh/qpsmtpd

Commit: da0110837bc394e307a517bf61f076abfed3aa54
    
http://github.com/abh/qpsmtpd/commit/da0110837bc394e307a517bf61f076abfed3aa54
Author: jaredj <[email protected]>
Date:   2009-02-27 (Fri, 27 Feb 2009)

Changed paths:
  M plugins/virus/kavscanner

Log Message:
-----------
Call add_recipient correctly in kavscanner plugin

plugins/virus/kavscanner calls $transaction->add_recipient($_->address)
on a list of Mail::Address objects, but add_recipient() clearly
documents that it takes Qpsmtpd::Address (or compatible) objects, not
strings.  This is a bit of a drive-by fix inspired by a grep through the
codebase for calls to add_recipient().


Reply via email to