p dont think said: > Here it is. You have to set a path to the list of users file in the > config.php file in the config directory. Then edit the users file > (sample included), where you can use wildcards if necessary. > > Note that this requires you to use the new patch included that will only > work on 1.4.1 (stable cvs) code. If you aren't running 1.4.1, you can > just grab a copy of the src/compose.php file from cvs and plop it in > your 1.4.0 src directory and then run the patch and it'll work fine. > You can also browse cvs on the web site and cut and paste (make sure you > don't have any characters or linefeeds before first "<?php" or after > last "?>") if you aren't familiar with cvs. See: > > http://cvs.sf.net/cgi-bin/viewcvs.cgi/squirrelmail/squirrelmail/src/comp > ose.php?rev=1.319.2.6&content-type=text/vnd.viewcvs-markup > > HTH, > > Paul > >
Thanks for this :) As always, with my install, there are a few problems. I am not using 1.4.1 because my install has required lots of tweaking to get right. I just copied and plopped ;) the compose.php file. I get the following error when patching: ------------------ patching file `src/compose.php' Hunk #5 FAILED at 1377. Hunk #6 succeeded at 1417 (offset 9 lines). 1 out of 6 hunks FAILED -- saving rejects to src/compose.php.rej ------------------ The contents of compose.php.rej: ------------------ *************** *** 1331,1337 **** global $send_to, $send_to_cc, $send_to_bcc, $mailprio, $subject, $body, $username, $popuser, $usernamedata, $identity, $data_dir, $request_mdn, $request_dr, $default_charset, $color, $useSendmail, - $domain, $action, $default_move_to_sent, $move_to_sent; global $imapServerAddress, $imapPort, $sent_folder, $key; $rfc822_header = $composeMessage->rfc822_header; --- 1377,1384 ---- global $send_to, $send_to_cc, $send_to_bcc, $mailprio, $subject, $body, $username, $popuser, $usernamedata, $identity, $data_dir, $request_mdn, $request_dr, $default_charset, $color, $useSendmail, + $domain, $action, $default_move_to_sent, $move_to_sent, + $custom_from; global $imapServerAddress, $imapPort, $sent_folder, $key; $rfc822_header = $composeMessage->rfc822_header; ------------------ The custom from is working as it was before (available to all users), if this email reaches the list, so not a major problem. I am unsure if I have the path correct in the custom from config.php so maybe this is why it is not working (and the error patching can be ingnored?), though I have tried many variations on the path. Regards -- Paj ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users