Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2003 04:07:12 -0400
From:      David Banning <david+dated+1058429234.5c966f@skytracker.ca>
To:        questions@freebsd.org
Subject:   passing $1 from sendmail to procmail
Message-ID:  <20030712080712.GA29189@skytrackercanada.com>

next in thread | raw e-mail | index | archive | help
I have been attempting to get the $1 passed from sendmail to
do some mail filtering in Procmail. My existing sendmail .mc
file is;

OSTYPE(bsd4.4)dnl
define(`SMART_HOST', `mail.clubplus.net')dnl
FEATURE(`masquerade_envelope')dnl
MASQUERADE_DOMAIN(skytrackercanada.com)
FEATURE(limited_masquerade)
MODIFY_MAILER_FLAGS(`LOCAL', `+S')
FEATURE(`genericstable', `hash /etc/mail/genericstable')dnl
FEATURE(`use_cw_file')dnl
FEATURE(relay_hosts_only)dnl
FEATURE(`access_db')dnl
FEATURE(local_procmail)dnl
INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spamass-milter.sock, F=, T=C
:15m;S:4m;R:4m;E:10m')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
MAILER(local)dnl
MAILER(smtp)dnl

Any tips are welcome.
	

-- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030712080712.GA29189>