Dear All

My send mail working but i want to setup Spamassassin so i create  file in
user Home Directory

Ex. ramesh is user

/home/ramesh
  .procmailrc
  .forward
  .spamassassin.rc
  .antivirus.rc
  .html-trap.rc
  .user_prefs

Now i fied when i create .spamassassin.rc file then  i dont send mail on
ramesh user and  when i check in

vi  /var/spool/mail/ramesh

FFrom [EMAIL PROTECTED] .... etc

i get extra "F" infront of "Form"

what is the problem please help

my  SpamAssassin.rc file is

/////////////// START ///////////////

# SpamAssassin sample procmailrc
#
# Pipe the mail through spamassassin
# (replace 'spamassassin' with 'spamc'
# if you use the spamc/spamd combination)
# The condition line ensures that only messages
# smaller than 250 kB (250 * 1024 = 256000 bytes)
# are processed by SpamAssassin. Most spam
# isn't bigger than a few k and working with big
# messages can bring SpamAssassin to
# its knees.



:0fw
* < 256000
| /usr/local/bin/spamassassin
--prefs-file=/home/ramesh/.user_prefs



# All mail tagged as spam (eg. with a score higher than the set
# threshold) is moved to "/dev/null". #:0: #* ^X-Spam-Status: Yes
#/dev/null



# 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/'
}

////////////////// END //////////////////////////



Please Help me



Ramesh Patel
System Dept.
Banasdairy, Palanpur(B.K.)
E-Mail : [EMAIL PROTECTED]
Mobile : 94263 91295


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
linux-india-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to