Gaim::Log::Mailer

Gaim::Log::Mailer is a Perl module which allows you to have your Gaim/Pidgin logs mailed to you.
Download

Gaim::Log::Mailer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mike Schilli
  • Publisher web site:
  • http://search.cpan.org/~mschilli/X10-Home-0.03/Home.pm

Gaim::Log::Mailer Tags


Gaim::Log::Mailer Description

Gaim::Log::Mailer is a Perl module which allows you to have your Gaim/Pidgin logs mailed to you. Gaim::Log::Mailer is a Perl module which allows you to have your Gaim/Pidgin logs mailed to you.SYNOPSIS use Gaim::Log::Mailer; my $mailer = Gaim::Log::Mailer->new(); $mailer->process(); # ~/.gaimlogmailer.yml logfile: /tmp/gaimlogmailer.log email_to: foo@bar.com min_age: 3600 throttle_interval: 3600 throttle_max_emails: 10Have you ever wanted to look at the content of an IM conversation you had earlier? But you couldn't, because you had the conversation on a different system than the one you're using now? You need to centralize your Gaim/Pidgin logs.Gaim::Log::Mailer figures out if you have new IM conversations in your Gaim log directory and mails them to your account, so you have them available in your email, which you can check, wherever you are.This module comes with a script gaimlogmailer which just reads in a YAML configuration file (usually ~/.gaimlogmailer.yml>, then processes availabe logs up to an adjustable threshold, sends them nicely formatted to the specified email address and then exits.It is recommended that you run this script in a cronjob, to make sure all new IM conversations are picked up and forwarded. For example, here's a cronjob that runs gaimlogmailer every hour on the 13th minute: $ crontab -l 13 * * * * /path/to/gaimlogmailer Requirements: · Perl


Gaim::Log::Mailer Related Software