Re: [exim] Testing if message if generated locally (mailman …

Top Pagina
Delete this message
Reply to this message
Auteur: Marc Sherman
Datum:  
Aan: Marc Perkel
CC: exim
Onderwerp: Re: [exim] Testing if message if generated locally (mailman -squirrelmail)
Marc Perkel wrote:
> I want to test to see if an email was generated locally by apps like
> mailman or squirrelmailby looking at the headers. I want to distinguish
> my locally generated email from others that might also have "localhost"
> in the received lines. What is a good way to do this?


!def:sender_host_address

- Marc