Hi!

Instead of removing the username value, we replaced it by the email value.

Just edit the file /usr/share/squirrelmail/class/deliver/Deliver.class.php
and replace the line $header[] = " (SquirrelMail authenticated user $username)" . $rn;
by $header[] = ' (SquirrelMail authenticated user ' . $rfc822_header->getAddr_s('from',',',true) . ')'. $rn;


Cheers,
Eddy
----- Original Message ----- From: "Michael Borchers" <[EMAIL PROTECTED]>
To: "squirrel (E-Mail)" <[EMAIL PROTECTED]>
Sent: Thursday, November 11, 2004 3:57 AM
Subject: [SM-USERS] hiding auth user in mail header



when looking at the header i see my pop username from squirrel:

[original data replaced]

Received: from [IP] (SquirrelMail authenticated user [user***]); by [my 
squirrel-domain] with HTTP;


any way to hide this?


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=ick
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: http://news.gmane.org/thread.php?group=ane.mail.squirrelmail.user
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to