At 12:13 PM -0800 12/16/97, Brian Behlendorf wrote:
>It would be awful nice if majordomo included the complete message in
>responses, to help folks who get list-server-bombed like this some help in
>tracking down the abuser.
----
That's why I've wrapped all of my addresses with procmail wrappers, and one
thing those wrappers do is log copies of everything. VERY useful for
figuring out what's going on.
LOGFILE=/var/spool/logs/procmail/majordomo.log
LOGABSTRACT=yes
VERBOSE=no
COMSAT=no
#backup the mail. Yes, we audit trail everything.
# call us silly. call us anal. Call us paranoid. you're right.
#
:0 c:
/var/spool/logs/procmail/majordomo.backup
# breaking a mail loop.
:0
* not@currently.needed
/dev/null
# do all of the admin checks.
INCLUDERC=/etc/procmailrcs/modules/maxadmin
:0
!majordomo-xxxx
----
References:
|
|