/usr/share/sanitizer/contrib/anomy.m4 is in sanitizer 1.76-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | divert(-1)
#
#m4 Hack file for Anomy Mail sanitizer
#Written by: Rajeev Kumar (rajeev@rajeevnet.com)
#
divert(0)
VERSIONID(`$Id: anomy.m4,v 1.1 2001/08/07 15:16:46 bre Exp $')
divert(-1)
LOCAL_CONFIG
## anomy:: Uncomment Line below and replace yourdomain.com with your domainname.
#C{anomy}yourdomain.com
## anomy:: Uncomment line below if you want to use file /etc/mail/anomy-domains
## and sanitize mail for domainnames mentioned in the file.
#F{anomy}/etc/mail/anomy-domains
LOCAL_RULE_0
############################################################################
#Anomy sanitization. (Uncomment appropriate lines from *ONLY* one section)
############################################################################
#--------------------------------------------------------------------------
# Section 1: Sanitize with procmail.
# Procmail config File /etc/mail/sanitizer.rc must exist
# Uncomment only one option line below.
#---------------------------------------------------------------------------
## Sanitize based on domains defined in anomy class defined (C{anomy} or F{anomy})
#R$* < @ $={anomy} . > $* $#procmail $@/etc/mail/sanitizer.rc $:$1<@$2.ANOMY.>$3
## Sanitize all mails. (irrespective of destination domains !!! CAREFUL !!!)
#R$* < @ $+ . > $* $#procmail $@/etc/mail/sanitizer.rc $:$1<@$2.ANOMY.>$3
#---------------------------------------------------------------------------
#--------------------------------------------------------------------------
# Section 2: Sanitize without procmail.
# (Only if you are using Msanitize mailer)
# Uncomment only one option line below.
#---------------------------------------------------------------------------
## Sanitize based on domains defined in anomy class defined (C{anomy} or F{anomy})
#R$* < @ $={anomy} . > $* $#sanitize $@anomy $:$1<@$2.ANOMY.>$3
## Sanitize all mails. (irrespective of destination domains !!! CAREFUL !!!)
#R$* < @ $+ . > $* $#sanitize $@anomy $:$1<@$2.ANOMY.>$3
#---------------------------------------------------------------------------
R$* < @ $+ .ANOMY. > $* $1<@$2.>$3
R$* < @ $+ .ANOMY > $* $1<@$2.>$3
#############################################################################
# Anomy Hack Modification Ends here #
#############################################################################
|