Re: smartmail/exim question

1997-11-11 Thread Christoph Lameter
This phenomenon is due to the strict RFC conformity of exim.
smartlist generates a header with Resent-From but no
Resent-To. To comply with some RFC exim will insert a
Resent-To header (I got that from Phil a while back). This
is known to the smartlist people and the examples for Smartlist
mention a workaround.


Add this to rc.local.s20

#
# Some sendmails get very jumpy if they don't find a Resent-To:
# field,
# use this to give them one:
#

:0 fhw
| formail -a Resent-To: multiple recipients of
$listaddr




In article [EMAIL PROTECTED] you wrote:

: --pgp-sign-Multipart_Mon_Nov__3_15:12:56_1997-1
: Content-Type: text/plain; charset=US-ASCII


: I've recently installed exim and set up several smartlist mailing
: lists.  Things are working the way I want them to, except for
: one thing.

: Every outgoing message contains a Resent-To: header with the addresses
: of everyone on the list.  How can I get rid of this?

: Cheers,

:  - Jim

: --pgp-sign-Multipart_Mon_Nov__3_15:12:56_1997-1
: Content-Type: application/pgp-signature
: Content-Transfer-Encoding: 7bit

: -BEGIN PGP MESSAGE-
: Version: 2.6.3a
: Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

: iQCVAwUBNF5ahuQz770qyIfJAQEdIwP/RUa0qZt1AHne7Q22SRMQ2sekFIBKZUB9
: RXWNnBCvhGNi87emg873lDjbl3YU7ER6+EZdIi8a+Bq5eDAqz3dubE4bRSsD/wiw
: N0dExxEUJbE5o2mFDQVh5cWsQKm/BzN+1PVdilKm4k1hTZgAHkdmbbftu1ttk7aJ
: Vk5A3U0+zX0=
: =F7p6
: -END PGP MESSAGE-

: --pgp-sign-Multipart_Mon_Nov__3_15:12:56_1997-1--


: --
: TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
: [EMAIL PROTECTED] . Trouble? 
: e-mail to [EMAIL PROTECTED] .



-- 
--- +++ --- +++ --- +++ --- +++ --- +++ --- +++ --- +++ ---
Please always CC me when replying to posts on mailing lists.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? 
e-mail to [EMAIL PROTECTED] .


Re: smartmail/exim question

1997-11-04 Thread Jim Pick

[EMAIL PROTECTED] (Bruce Perens) writes:

 I bet SmartList didn't make that header. How are you invoking the MDA?

I figured that too (I was comparing notes against how the lists on
master were set up).

I'm just using the /var/list/.bin/choplist (altsendmail) method
that smartlist defaults to.  I changed very little.  Perhaps I should
try not using that method?

Unfortunately, the exim docs don't say anything about adding Resent-To
headers.

Cheers,

 - Jim



pgptM9Whn5AJT.pgp
Description: PGP signature


Re: smartmail/exim question

1997-11-04 Thread Bruce Perens
I bet SmartList didn't make that header. How are you invoking the MDA?

Bruce
-- 
Can you get your operating system fixed when you need it?
Linux - the supportable operating system. http://www.debian.org/support.html
Bruce Perens K6BP   [EMAIL PROTECTED]   NEW PHONE NUMBER: 510-620-3502


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? 
e-mail to [EMAIL PROTECTED] .


Re: smartmail/exim question

1997-11-04 Thread Bruce Perens
See if you can not use choplist at all. It's a bit easier on the MDA.
We are currently delivering the Debian lists with qmail, although I think
we will eventually switch to something else since qmail's license is so
strange.

Bruce

-- 
Can you get your operating system fixed when you need it?
Linux - the supportable operating system. http://www.debian.org/support.html
Bruce Perens K6BP   [EMAIL PROTECTED]   NEW PHONE NUMBER: 510-620-3502


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


smartmail/exim question

1997-11-04 Thread Jim Pick

I've recently installed exim and set up several smartlist mailing
lists.  Things are working the way I want them to, except for
one thing.

Every outgoing message contains a Resent-To: header with the addresses
of everyone on the list.  How can I get rid of this?

Cheers,

 - Jim


pgpqYuUIPKV0U.pgp
Description: PGP signature


Re: smartmail/exim question

1997-11-04 Thread tps
On Nov 03, Jim Pick wrote
 
 I've recently installed exim and set up several smartlist mailing
 lists.  Things are working the way I want them to, except for
 one thing.
 
 Every outgoing message contains a Resent-To: header with the addresses
 of everyone on the list.  How can I get rid of this?

I'm not getting that on any of my exim/smartlist lists. Should I send
you my exim config and a config from a smartlist list?

Tim

-- 
   
Tim Sailer (at home)   Coastal Internet, Inc.  
Network and Systems Operations PO Box 671  
http://www.buoy.comRidge, NY 11961 
[EMAIL PROTECTED]/[EMAIL PROTECTED](516) 476-3031  

   


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: smartmail/exim question

1997-11-04 Thread Jim Pick

  Every outgoing message contains a Resent-To: header with the addresses
  of everyone on the list.  How can I get rid of this?

Ok, I figured out how to do it.

There is a new feature in exim 1.73 (just uploaded) that allows you to
strip selected headers.  I changed to the following in /etc/exim.conf:

 # General configuration for SMTP delivery
smtp:
  remove_headers = Resent-To,
  driver = smtp;

And that seems to be working.

Thanks for all the help.

Cheers,

 - Jim




pgpyXdxUv8BpX.pgp
Description: PGP signature