Networking

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Logging from Mail::SpamAssassin

    1 answers - 459 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Docs are very light (IMH) on how to get logging working from inside
    perl. I'm sure there must be some way I can get SA to write detailed
    output to /var/log/spamassassin but I can't for the life of me work it out.
    I've tried:
    Mail::SpamAssassin->new(
    ,
    debug ='all',
    );
    but still don't get any logs anywhere.
    Any help will be greatly appreciated.
    Cheers!
    Rick Measham
  • No.1 | | 781 bytes | |

    Tue, May 09, 2006 at 05:44:37AM +1000, Rick Measham wrote:
    Docs are very light (IMH) on how to get logging working from inside
    perl. I'm sure there must be some way I can get SA to write detailed
    output to /var/log/spamassassin but I can't for the life of me work it out.

    I actually haven't prodded at the logging stuff too much, but I'd take a look
    at Mail::SpamAssassin::Logger and check out how things like spamd sets up
    logging.

    I've tried:
    Mail::SpamAssassin->new(
    ,
    debug ='all',

    );
    but still don't get any logs anywhere.

    debug level and logging are separate things. logging is where/how to put out
    information, debug level is amount and content of said output information.

Re: Logging from Mail::SpamAssassin


max 4000 letters.
Your nickname that display:
In order to stop the spam: 5 + 4 =
QUESTION ON "Networking"

EMSDN.COM