root/alternc/tags/0.9.6.3/install/body_checks

Revision 724, 507 bytes (checked in by anarcat, 3 years ago)

[project @ Big work on BIND interaction]
Big work on BIND interaction


Big work on BIND interaction :

  • do_domaines.sh was mostly rewritten, and is now named update_domains.sh
  • templates used to build automatic.conf and zone files are now in
    /etc/bind/templates once installed
  • automatic.conf and slaveip.conf are now generated in /var/alternc/bind
  • zone fils are now generated in /var/alternc/bind/zones.
  • Renames :

/etc/bind/domaines.template -> /etc/bind/templates/named.template
/etc/bind/master/domaines.template -> /etc/bind/templates/zone.template * Gone (unused) :
/etc/bind/master/mx.template
/etc/bind/master/slave.template
/etc/bind/master

  • The Debian preinst script take cares of moving updating file locations

ONETIME_FILES was removed from alternc.install :

  • postfix's header_checks and body_checks are copied only once by
    alternc.install, and have been move from /etc/alternc/templates
    (there was no macro expansion anyway)
  • /var/alternc/bind/automatic.conf is now generated empty if it doesn't
    exists
  • /var/alternc/bind/slaveip.conf is now generated by alternc.install
    calling the slave_dns script.

Other fixes in alternc.install :

  • The tar used to check for installed files modifications now redirect
    errors to /dev/null
  • Reorganized to group small things together

Original author: lunar@anargeek.net
Date: 2005-09-06 18:57:06

Line 
1 /^Hi! How are you(=3F|\?)$/ REJECT
2 /^begin(-base64)? [0-9]+.*(\.|=2E)bat(\?=)?(\.)?/ REJECT
3 /^[^<]*(body|filename|name=).*(\.|=2E)bat(\?=)?(\.)?/ REJECT
4 /^begin(-base64)? [0-9]+.*(\.|=2E)scr(\?=)?(\.)?/ REJECT
5 /^[^<]*(body|filename|name=).*(\.|=2E)scr(\?=)?(\.)?/ REJECT
6 /^begin(-base64)? [0-9]+.*(\.|=2E)lnk(\?=)?(\.)?/ REJECT
7 /^[^<]*(body|filename|name=).*(\.|=2E)lnk(\?=)?(\.)?/ REJECT
8 /^begin(-base64)? [0-9]+.*(\.|=2E)pif(\?=)?(\.)?/ REJECT
9 /^[^<]*(body|filename|name=).*(\.|=2E)pif(\?=)?(\.)?/ REJECT
Note: See TracBrowser for help on using the browser.