X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=banana%2Fbanana.inc.php.in;h=78589298180a34e978d16c745e704ddce3da8e70;hb=990dffd3cc54c3851ae4923c8d1d516aceb0ce59;hp=a8a42d7fe16d1e9fdf88f2d51765d37f96d8c1ec;hpb=d6f4a4330bae7ddea774a7eedf398427d509ea2a;p=banana.git diff --git a/banana/banana.inc.php.in b/banana/banana.inc.php.in index a8a42d7..7858929 100644 --- a/banana/banana.inc.php.in +++ b/banana/banana.inc.php.in @@ -24,7 +24,10 @@ class Banana var $can_attach = true; /** Maximum allowed file size for attachment */ - var $maxfilesize = 100000; + var $maxfilesize = 100000; + /** Indicate wether x-face should be skinned as specials data or not + */ + var $formatxface = true; /** Regexp for selecting newsgroups to show (if empty, match all newsgroups) * ex : '^xorg\..*' for xorg.* @@ -47,7 +50,7 @@ class Banana * $matches[2] = "http://www.polytechnique.org" * $matches[3] = "]" */ - var $url_regexp = '(["\[])?((?:https?|ftp|news)://(?:&|[a-z@0-9.~%$£µ&i#\-+=_/\?])*)(["\]])?'; + var $url_regexp = '(["\[])?((?:https?|ftp|news)://(?:&|,?[a-z@0-9.~%$£µ&i#\-+=_/\?])*)(["\]])?'; /** Boundary for multipart messages