* characters which are absolutely not allowed in rule filenames
* for finer control use policies
*/
-#define RXPD_FILE_ILG_CHARS "/: \t\n*?"
+#define RXPD_FILE_ILG_CHARS "/: \t\n*?\\"
struct rxpd_base;
struct rxpd_file;
(void) fd;
(void) event;
struct rxpd_connection* self = (struct rxpd_connection*) ptr;
- rxpd_buffer_printf (&self->out, PACKAGE_STRING "\n");
+ rxpd_buffer_printf (&self->out, PACKAGE_STRING "\n#\n"
+ "# Copyright (C)\n"
+ "# 2007, Christian Thaeter <ct@pipapo.org>\n#\n"
+ "# This is free software. You may redistribute copies of it under the terms of\n"
+ "# the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.\n"
+ "# There is NO WARRANTY, to the extent permitted by law.\n#\n"
+ "# http://www.pipapo.org/pipawiki/RegexPolicyDaemon\n");
rxpd_connection_delete (self);
}