#!/usr/bin/perl
#
#This is the resource/config file for The Veganizer.
#
#By default, this file should be named ".veganizerrc"
#and should reside in your home directory.
#
#-----------User Changeable Variables-------------
#
#You'll need to specify these variables.  I've entered what i've found to
#be the most common locations for their installs.  Your setup may vary.
#
#Solaris users:
#$mail_prog	= '/usr/ucb/mail';
#$nslookup	= '/usr/sbin/nslookup';
#$whois		= '/bin/whois';
#$mailfile	= '/var/mail/frisco';

#Linux users:
#$mail_prog	= '/bin/mail';
#$whois		= '/usr/bin/whois';
#$nslookup	= '/usr/bin/nslookup';
#$mailfile	= '/var/spool/mail/login';

#BSD users:
#$mail_prog	= '/usr/bin/mail';
#$nslookup	= '/usr/sbin/nslookup';
#$whois		= '/usr/bin/whois';
#$mailfile	= '/var/mail/login';

#your domains - they'll be skipped when found
@my_domains	= ('example.net', 'example.com');

#default addresses to send mail to.  this gets prepended to the domains found
@default_mailto	= ('abuse', 'postmaster');

#pine users, set this to true (change 0 to 1)
$use_pine = 0;

#this is to read the spam message into memory.  leave it alone.
while (<DATA>) { $message .= $_; }
return 1;

#default message to send regarding the spam
#change everything after "__DATA__" to whatever you want.
__DATA__
Hello, recently i recieved the attached unsolicited e-mail.  I am
forwarding it to you because your IP/domain appeared in the header.

I do not appreciate such SPAM coming through your servers, or from
your users.  If it is forged, then, given the damage caused to your
company's/organization's Name, you should consider legal action
against the culprit(s).

Please take measures to ensure that this does not happen again.

thank you.
