The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mail::Decency::ContentFilter::ClamAV

DESCRIPTION

Checks mails against clamav

CONFIG

    ---
    
    disable: 0
    #max_size: 0
    #timeout: 30
    
    # hostname / ip of clamav server
    #host: '127.0.0.1'
    #port: 12345
    
    # or use unix socket (path)
    path: /var/run/clamav/clamd.ctl
    

CLASS ATTRIBUTES

clamav : ClamAV::Client

Instance of ClamAV::Client

METHODS

init

handle

AUTHOR

Ulrich Kautz <uk@fortrabbit.de>

COPYRIGHT

Copyright (c) 2010 the "AUTHOR" as listed above

LICENCSE

This library is free software and may be distributed under the same terms as perl itself.