Well, I'm still chugging at getting rid of all of my spam.  What I'm trying 
to do is get tmda and spamassassin to work together.  You know security in 
depth.

I have it partially working by having procmail call spamassin and by calling 
tmda via .forward.  However, this leads to some strange behavior.  The 
original message passes through SA, so the confirmation message has the 
spamassassin markings on it, but the final message does not.  That's not what 
I want.

So I thought I'd have both SA and tmda called from /etc/procmailrc.   This 
leads to these errors:

Uncaught Python 2.2.2 Exception (Tue Oct 22 23:06:41 2002):
-----------------------------------------------------------
Traceback (most recent call last):
  File "/usr/src/tmda/tmda-0.62/bin/tmda-filter", line 50, in ?
    execfile(os.path.join(execdir, 'tmda-rfilter'))
  File "/usr/src/tmda/tmda-0.62/bin/tmda-rfilter", line 160, in ?
    raise Errors.MissingEnvironmentVariable('SENDER')
MissingEnvironmentVariable

Here is the /etc/procmailrc file, with the call to tmda commented out for now:

:0fw
| spamassassin -P -F1

#:0fw
#|/usr/src/tmda/tmda-0.62/bin/tmda-filter.pl

So, what am I missing?

-- 
Mike Diehl
PGP Encrypted E-mail preferred.
Public Key via: http://dominion.dyndns.org/~mdiehl/mdiehl.asc

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to