hello guys I have this script but does when I try to release a msg it never 
makes it to my inbox. any suggestions?


#!/bin/bash
# "Reading" variables.

if [ "$1" == "-d" ]; then
  USER=`echo $2 | sed 's/@/ /g' | awk '{print $1}'`
  DOMAIN=`echo $2 | sed 's/@/ /g' | awk '{print $2}'`
  EXT=$USER HOST=$DOMAIN /home/vpopmail/bin/vdelivermail '' $2

else
  USER=`echo $1 | sed 's/@/ /g' | awk '{print $1}'`
  DOMAIN=`echo $1 | sed 's/@/ /g' | awk '{print $2}'`
  EXT=$USER HOST=$DOMAIN /home/vpopmail/bin/vdelivermail '' $1
fi


in dspam.conf I have this line

TrustedDeliveryAgent "/usr/local/bin/dspamdel.sh"


ls -l /usr/local/bin/dspamdel.sh 
-rwxr-x--- 1 vpopmail apache 414 Aug 26  2010 /usr/local/bin/dspamdel.sh


Remo Mattei
r...@italy1.com



------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to