|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
spam assassin configuration
Hello ppl,
now few days I enabled Spam Assassin and Spam Box from my Cpanel , and I realy like what is doing , now I need to learn some more about configuring it. What I want is to send all spamed email in to one email , now to see the messages marked as spam I need to verify the email address using this username : myemail@mydomain.com/spam but I have many addresses and I want to route all the spam to one address let's say spam@mydomain.com . Any body knows How can I do this ?? 10x in advance see ya
__________________
Check this to see some nice 360° panormaic images from Sibiu. [ Quick Time required ! ] , visit Sibiu website to find out what's happening in Sibiu, or visit our forum from this adress :Sibiu forum Luxury Gadgets - The finest expression of luxury |
|
#2
|
|||
|
|||
|
If the user you want to send the spamed mail to in on the same server the following procmail rule should work a treat.
in the root .procmailrc set the $SPAMMAILBOX to the spam users home location, for example: Code:
$MAILDIR=$HOME/MailDir $LOGFILE=$HOME/.procmail.log $SPAMMAILBOX=/home/spam/MailDir/ $INCLUDEC=$HOME/.procmailrules in the rules file (.procmailrules) Code:
:0 * ^Subject:***MAYBE SPAM*** $SPAMMAILBOX This should move all emails to that one single mailbox
__________________
regards, pgudge |
![]() |
| Viewing: Dev Shed Forums > System Administration > Mail Server Help > spam assassin configuration |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|