Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 176cbe39d41037d195a9c4bb7e3c2a76 > files > 6

spampl-0.21-3mdk.noarch.rpm

############################################################################
# Daniel.Stenberg@haxx.nu
# June 5th, 2000
#
# Sample spam.pl config file, working with spam.pl 0.19
#
# Uncomment the lines to take effect, assign booleans to 1 to enable or
# 0 to disable.
#
# Name this file ~/.spam/config to make spam.pl find it!
#
############################################################################

# Enable debug mode
#$debug = 1;

# Enable verbose debug mode
#$debug2 = 1;

# Search the mail body for domain names
$bodyextract = 1;

# Use the whois.abuse.net service:
$whois = 0;

# Run $EDITOR to allow complaint address editing before send
$editlist = 0;

# Send all complaints through abuse.net's complait service:
$abusenet = 0;

# Send complaints to myself as well as the normal recepiants:
$bccme = 0;

# The spam came quoted/forwarded to me, included in a mail
$included = 0;

# Do not include the spam body in the complaint, only the spam headers:
$bequiet = 0;

# Do not include the .signature at the bottom of all complaints
$nosig = 0;

# Set a single receiver to receive all complaints all times:
#$singlereceiver = foo@foo.bar

# Full sendmail path:
$mailcmd="/usr/lib/sendmail";