Re: Is this group still live ?



On May 17, 10:24 pm, h...@xxxxxxxxx (Hugo Villeneuve) wrote:
ram <ramprasad...@xxxxxxxxx> wrote:
On May 14, 8:36 pm, Steve Kostecke <st...@xxxxxxxxxxxx> wrote:
On 2010-05-13, ram <ramprasad...@xxxxxxxxx> wrote:

How do I get the uucp node name passed to postfix when the mail is
sent ?

If the clients are all running postfix at their sites as the SMTP/UUCP
interface you may be able to add a custom header there.

No  I cannot control the sending servers MTA.
Also I have no reason to trust the sending servers headers

Is there a way I can add the header after the mail has been recd. I am
ready to patch my uucico/rmail for this if required.

I know on my OpenBSD/Taylor's UUCP setup, uuxqt sets the environment
variable UU_MACHINE with the remote node name. OpenBSD's rmail pass it
to sendmail so it can use it in the Received header.

But I can't find a description of your setup. (Which unix-like?
Commercial UUCP or Taylor's UUCP? Which MTA you currently use? Is your
rmail from your OS or directly taken from your MTA sources?)

Like the rmail from Postfix is just a shell script. It be easy to call
"formail" from procmail to add any header.

That OpenBSD's rmail trick is only found on OpenBSD and depends on the
sendmail's -p switch which is ignored by Postifx's sendmail
compatibility interface.

I have looked at that policyd thingie and I haven't figured how to use
it for your requirement.


I use Centos Linux and postfix.

Probably I could use the env variable in rmail

Let me check that
.



Relevant Pages

  • Re: Is this group still live ?
    ... If the clients are all running postfix at their sites as the SMTP/UUCP ... interface you may be able to add a custom header there. ... Is there a way I can add the header after the mail has been recd. ... OpenBSD's rmail pass it ...
    (comp.mail.uucp)
  • Re: Receiving mail with Emacs
    ... Mauro Sacchetto writes: ...   This is the header of an rmail file. ...
    (comp.emacs)
  • Re: Rmail does not put a Content-type header
    ... Dunno why but it seems I no longer send valid mail using Rmail. ... They just contain no header except From, Subject, To, Date, Message-Id. ...
    (comp.emacs)
  • Re: Rmail does not put a Content-type header
    ... Dunno why but it seems I no longer send valid mail using Rmail. ... They just contain no header except From, Subject, To, Date, Message-Id. ... Without a Content-type header, ...
    (comp.emacs)
  • Re: which object orient language is most suitable for embedded programming?
    ... I'd implement the getCounts and/or setCounts then, when that feature is needed - not in advance, when it costs me coding time, debugging time (not so much for debugging the access methods themselves, but for the complications they add to the generated target code), run time and run space. ... There are very cases, IME, where a strong case can be made for truly global data - and even in those cases, there tends to be a natural owner. ... Everything that is accessible from outside the module is declared extern in the header, and defined in the C file. ... This setup is enforced by compiler warnings, and gives a clear split between what a module exports in its interface, and the implementation. ...
    (comp.arch.embedded)