Hi,
I found this script on our server. What language is this? What does it do?
LOGFILE=/home/satest/proclog
VERBOSE=on
MAILDIR=/home/satest/Maildir/
DEFAULT=$MAILDIR/
:0fw: spamassassin.lock
| /usr/bin/spamassassin
this is the file and it's scripting located in /home/satest/procmailrc
what language is this?
# Work around procmail bug: any output on stderr will cause the "F" in "From"
# to be dropped. This will re-add it.
:0
* ^^rom[ ]
{
LOG="*** Dropped F off From_ header! Fixing up. "
:0 fhw
| sed -e '1s/^/F/'
}
:0
{
:0 c
!
dmit...@yahoo.com
:0 c
!
jgo...@hotmail.com
:0 c
!
jbr...@hotmail.com
:0
!
sand...@zacks.com
}