From: SourceForge.net <no...@so...> - 2005-02-25 10:16:08
|
Bugs item #1151654, was opened at 2005-02-25 02:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425769&aid=1151654&group_id=39625 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: formmail - default email field Initial Comment: Hi I've just upgraded quite a large site to use nms-formmail for the obvious security reasons, however, it looks like the original designer left out the "email" form field meaning no sender specified. The server this is running on doesn't allow "nobody" as a sender when using SMTP as a mailprog I'd like to suggest the following patch around line 2708 in the inlined version: // start // $email = $self->{CFG}{postmaster} unless $email; // end // This will default non-specified "email" fields to the pre- configured postmaster address. Hope i'm submitting this in the right place - it's kind of a bug, kind of not. Thanks for listening. James ja...@co... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425769&aid=1151654&group_id=39625 |