info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

smtpmail.el, user-mail-address and posting styles


From: Matthias Riese
Subject: smtpmail.el, user-mail-address and posting styles
Date: Fri, 25 Jun 2004 09:02:03 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Hi,

It seems smtpmail.el ignores the posting styles when issuing the "MAIL FROM:"
and uses the global value of user-mail-address instead of the address set via
posting styles.

This is a problem because AFAICS the Return-Path is set to the
address from the "MAIL FROM:".

I use something like this:

(setq gnus-posting-styles
      '(
; Default style for mail
        ("^nnml:"
         (address "email@address.de")
         (signature-file "~/Mail/signature.default"))))

When I try to send mail, smtpmail generates the address of MAIL FROM
from my login name and local host name. When I

(setq user-mail-address "email@address2.de")

smtpmail.el always uses "email@address2.de" and never "email@address.de".

Something wrong with my posting styles or is it a bug in smtpmail.el?

TIA, Matthias

-- 
Email:  Matthias-Dot-Riese-At-Uni-Hyphen-Bremen-Dot-DE


reply via email to

[Prev in Thread] Current Thread [Next in Thread]