Patches item #1968083, was opened at 2008-05-20 19:57 Message generated for change (Settings changed) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1968083&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: modules Group: ver devel Status: Open Resolution: None Priority: 5 Private: No Submitted By: Andreas Granig (agranig) >Assigned to: Bogdan-Andrei Iancu (bogdan_iancu) Summary: add replace_body_atonce Initial Comment: This patch adds a new function "replace_body_atonce()", which allows to replace multiple lines at once (opposed to replace_body_all(), which does line-by-line matching). This is useful if you for example want to strip parts or the overall SDP body from a message, like: if(has_body() && replace_body_atonce("^.+$", "")) remove_hf("Content-Type"); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1968083&group_id=139143 _______________________________________________ Devel mailing list Devel@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/devel