On Sun, 30 Mar 2003, Jason R. Mastaler wrote:

> Brian Lalor <[EMAIL PROTECTED]> writes:
> 
> > I've got it set to 1 in my .tmda/config, but when a confirmation is
> > generated, the entire message is included.
> 
> I can't reproduce this problem.  My guess is that you upgraded from an
> old version and didn't read UPGRADE closely enough.  Make sure you've
> satisfied UPGRADE, and if you still have the problem, please post your
> confirm_request.txt file.

I upgraded by downloading the source and compiling it.  Everything's in
~/src/tmda-0.73 with everything in bin symlinked to ~/bin.  Before that I
was using ~/src/tmda-0.62.  The only changes I had to make to my
~/.tmda/config were removing "-f $SENDER" from the DELIVERY variable (for
procmail) an adding AUTORESPONSE_INCLUDE_SENDER_COPY=1 and
ACTION_HEADER_INCOMING=1.  I have not been using customized templates, so
the default (which I've attached)  is what's being used.  I've also 
attached my .tmda/config.

Thanks,
B

--
      Brian Lalor                 |    http://introducingthelalors.org/
  [EMAIL PROTECTED] (email)  |  [EMAIL PROTECTED] (jabber)
                        N33�29.18' W111�56.55' (Earth)
# -*- python -*-
import os, time

_bjl_datestamp = time.strftime('%Y%m%d', time.localtime(time.time()))
_bjl_homedir = os.path.expanduser('~/')
_bjl_dottmda = _bjl_homedir + '.tmda'

MAIL_TRANSFER_AGENT = "sendmail"
DELIVERY = "|/usr/bin/procmail " + _bjl_homedir + "/.procmailrc-tmda"
RECIPIENT_DELIMITER = "+"
CONFIRM_MAX_MESSAGE_SIZE = None
LOGFILE_DEBUG = '%s/logs/%s.debug' % (_bjl_dottmda, _bjl_datestamp)
LOGFILE_INCOMING = '%s/logs/%s.incoming' % (_bjl_dottmda, _bjl_datestamp)

USEVIRTUALDOMAINS = 0

CONFIRM_APPEND = _bjl_homedir + '/.tmda/lists/auto_whitelist'
#ACTION_INCOMING = "ok"
#FILTER_BOUNCE_CC = '[EMAIL PROTECTED]'
#FILTER_DROP_CC = '[EMAIL PROTECTED]'
#MESSAGE_FROM_STYLE='address'
HOSTNAME='ithacabands.org'

AUTORESPONSE_INCLUDE_SENDER_COPY=1
ACTION_HEADER_INCOMING=1
TAGS_CONFIRM=['c', 'confirm']
TAGS_DATED=['d', 'dated']

## These can't be enabled until I change my mailing list subscriptions to use,
## eg, k instead of keyword
# TAGS_KEYWORD=['k', 'keyword']
# TAGS_SENDER=['sender', 's']
From.US-ASCII: "%(FULLNAME)s" <%(recipient_address)s>
Subject.US-ASCII: Please confirm your message
Reply-To.US-ASCII: %(confirm_accept_address)s
BodyCharset: US-ASCII

This message was created automatically by mail delivery software (TMDA).

Your message attached below is being held because the address
<%(confirm_append_address)s> has not been verified.

To release your message for delivery, please send an empty message
to the following address, or use your mailer's "Reply" feature.

   %(confirm_accept_address)s

This confirmation verifies that your message is legitimate and not
junk-mail. You should only have to confirm your address once.

If you do not respond to this confirmation request, your message will
not be delivered.

Reply via email to