Crashev wrote, on 21.04.2006 17:16:
> Any clues how to fix the problem?

You can use this patch to include the helo= everytime even if it matches the
senders hostname.
---------------------
--- exim-4.61-RC1.orig/src/host.c    2006-03-20 11:57:19.000000000 +0100
+++ exim-4.61-RC1/src/host.c       2006-03-24 13:48:30.000000000 +0100
@@ -612,8 +612,9 @@

 else
   {
-  if (show_helo && strcmpic(sender_host_name, sender_helo_name) == 0)
-    show_helo = FALSE;
+/* always show helo info in received | wb 20060210 */
+//  if (show_helo && strcmpic(sender_host_name, sender_helo_name) == 0)
+//    show_helo = FALSE;

   if (show_helo)
     {
---------------------

Patch works at least for 4.60/61.

Regards, Wolfgang Breyha
-- 
Wolfgang Breyha <[EMAIL PROTECTED]> | http://www.blafasel.at/
Vienna University Computer Center | Austria


-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to