Re: [qmailtoaster] deliver email flagged as spam to a subfolder

2008-04-24 Thread Jake Vickers

James Palmer wrote:


Where is the default option for the QmailAdmin spambox?  I have 
simscan set to reject anything SA scores over 10 so having the spambox 
at 12 is doing nothing for me.




It's in the file /etc/mailmailfilter at about line 161:

if($MATCH1 >= 9)


Change that to whatever value you want (mine's at 9)

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] deliver email flagged as spam to a subfolder

2008-04-24 Thread James Palmer

Eric,

Where is the default option for the QmailAdmin spambox?  I have  
simscan set to reject anything SA scores over 10 so having the spambox  
at 12 is doing nothing for me.



Cheers!


On 23 Apr 2008, at 17:27, Eric Shubert wrote:


Jake Vickers wrote:

Marius Karthaus wrote:

Hi,

I've just installed qmail-toaster on a centos4 and I was wondering  
if

it is possible to deliver email to a 'spam' folder if spamassassin
marks it as spam.
Currently the email's subject is flagged and spam headers are  
added to

warn someone, but I'd like to deliver these emails into some other
folder than the inbox.
Now I could create a .qmail file for all users in the domain folder
with a preline+maildrop+mailfilter line, but I'd like this to be the
default behavior for all accounts that do not have a .qmail file.


If you recompile qmailadmin with the spambox turned on it will do  
this.
Each user will have a "Spam detection" box in the admin panel that  
you
can turn on. It will then move messages that have a score >=12 (I  
think
that was the default) to a Spam folder.  The folder will be created  
the

first time a user gets a message that meets the criteria.
http://wiki.qmailtoaster.com/index.php/FAQs#I_upgraded_my_QmailToaster_to_the_latest_and_I_no_longer_have_the_.22Spam_Detection.22_box_in_Qmailadmin 
.




Isn't "spambox on" the default configuration now? I seem to recall EE
changing that at some point. I could very well be mistaken though,  
as I've
used /opt/qmailtoaster-plus/etc/rpmbuild/qmailadmin-toaster to turn  
it on

for over a year now.

--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] deliver email flagged as spam to a subfolder

2008-04-23 Thread James Palmer

Cheers Jake!

Sent from my iPod

On 24 Apr 2008, at 03:16, Jake Vickers <[EMAIL PROTECTED]> wrote:


James Palmer wrote:
Would it be better to rpm -e qmailadmin-toaster then rpmbuild with  
the new

option then rpm -Uvh?

Rather than 'overwriting' the existing package?




Same result either way. Half full, half empty.

-
   QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] deliver email flagged as spam to a subfolder

2008-04-23 Thread Jake Vickers

James Palmer wrote:

Would it be better to rpm -e qmailadmin-toaster then rpmbuild with the new
option then rpm -Uvh?

Rather than 'overwriting' the existing package?

  


Same result either way. Half full, half empty.

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] deliver email flagged as spam to a subfolder

2008-04-23 Thread James Palmer
Would it be better to rpm -e qmailadmin-toaster then rpmbuild with the new
option then rpm -Uvh?

Rather than 'overwriting' the existing package?

Cheers


> James Palmer wrote:
>> So to recompile qmailadmin-toaster with the option enabled its just:
>>
>> rpmbuild --rebuild --with cnt40 --define 'spambox 1'
>> qmailadmin-toaster-*.src.rpm
>> rpm -Uvh newlyrebuiltpackage.rpm
>>
>
> You'll probably have to:
> rpm -Uvh --replacepkgs --replacefiles newlyrebuiltpackage.rpm
>
>


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] deliver email flagged as spam to a subfolder

2008-04-23 Thread Jake Vickers

James Palmer wrote:

So to recompile qmailadmin-toaster with the option enabled its just:

rpmbuild --rebuild --with cnt40 --define 'spambox 1' 
qmailadmin-toaster-*.src.rpm
rpm -Uvh newlyrebuiltpackage.rpm



You'll probably have to:
rpm -Uvh --replacepkgs --replacefiles newlyrebuiltpackage.rpm



Re: [qmailtoaster] deliver email flagged as spam to a subfolder

2008-04-23 Thread James Palmer

So to recompile qmailadmin-toaster with the option enabled its just:

rpmbuild --rebuild --with cnt40 --define 'spambox 1' qmailadmin- 
toaster-*.src.rpm

rpm -Uvh newlyrebuiltpackage.rpm

Is that correct?


On 23 Apr 2008, at 17:37, Jake Vickers wrote:


Eric Shubert wrote:



Isn't "spambox on" the default configuration now? I seem to recall EE
changing that at some point. I could very well be mistaken though,  
as I've
used /opt/qmailtoaster-plus/etc/rpmbuild/qmailadmin-toaster to turn  
it on

for over a year now.




It's on by default in the ISO, but I do not think Erik enabled it in  
the package itself.




Re: [qmailtoaster] deliver email flagged as spam to a subfolder

2008-04-23 Thread Jake Vickers

Eric Shubert wrote:



Isn't "spambox on" the default configuration now? I seem to recall EE
changing that at some point. I could very well be mistaken though, as I've
used /opt/qmailtoaster-plus/etc/rpmbuild/qmailadmin-toaster to turn it on
for over a year now.

  


It's on by default in the ISO, but I do not think Erik enabled it in the 
package itself.


Re: [qmailtoaster] deliver email flagged as spam to a subfolder

2008-04-23 Thread Eric Shubert
Jake Vickers wrote:
> Marius Karthaus wrote:
>> Hi,
>>
>> I've just installed qmail-toaster on a centos4 and I was wondering if
>> it is possible to deliver email to a 'spam' folder if spamassassin
>> marks it as spam.
>> Currently the email's subject is flagged and spam headers are added to
>> warn someone, but I'd like to deliver these emails into some other
>> folder than the inbox.
>> Now I could create a .qmail file for all users in the domain folder
>> with a preline+maildrop+mailfilter line, but I'd like this to be the
>> default behavior for all accounts that do not have a .qmail file.
> 
> If you recompile qmailadmin with the spambox turned on it will do this.
> Each user will have a "Spam detection" box in the admin panel that you
> can turn on. It will then move messages that have a score >=12 (I think
> that was the default) to a Spam folder.  The folder will be created the
> first time a user gets a message that meets the criteria.
> http://wiki.qmailtoaster.com/index.php/FAQs#I_upgraded_my_QmailToaster_to_the_latest_and_I_no_longer_have_the_.22Spam_Detection.22_box_in_Qmailadmin.
> 

Isn't "spambox on" the default configuration now? I seem to recall EE
changing that at some point. I could very well be mistaken though, as I've
used /opt/qmailtoaster-plus/etc/rpmbuild/qmailadmin-toaster to turn it on
for over a year now.

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] deliver email flagged as spam to a subfolder

2008-04-23 Thread Eric Shubert
Marius Karthaus wrote:
> Hi,
> 
> I've just installed qmail-toaster on a centos4 and I was wondering if it
> is possible to deliver email to a 'spam' folder if spamassassin marks it
> as spam.
> Currently the email's subject is flagged and spam headers are added to
> warn someone, but I'd like to deliver these emails into some other
> folder than the inbox.
> Now I could create a .qmail file for all users in the domain folder with
> a preline+maildrop+mailfilter line, but I'd like this to be the default
> behavior for all accounts that do not have a .qmail file.
> 
> Regards,
> Marius Karthaus
> 

Using qmailadmin, check the "Spam Detection?:" box at the bottom of the
Modify User page. That's what this does (ttbomk). Perhaps it could use a
better label.

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] deliver email flagged as spam to a subfolder

2008-04-23 Thread Jake Vickers

Marius Karthaus wrote:

Hi,

I've just installed qmail-toaster on a centos4 and I was wondering if 
it is possible to deliver email to a 'spam' folder if spamassassin 
marks it as spam.
Currently the email's subject is flagged and spam headers are added to 
warn someone, but I'd like to deliver these emails into some other 
folder than the inbox.
Now I could create a .qmail file for all users in the domain folder 
with a preline+maildrop+mailfilter line, but I'd like this to be the 
default behavior for all accounts that do not have a .qmail file.


If you recompile qmailadmin with the spambox turned on it will do this. 
Each user will have a "Spam detection" box in the admin panel that you 
can turn on. It will then move messages that have a score >=12 (I think 
that was the default) to a Spam folder.  The folder will be created the 
first time a user gets a message that meets the criteria.

http://wiki.qmailtoaster.com/index.php/FAQs#I_upgraded_my_QmailToaster_to_the_latest_and_I_no_longer_have_the_.22Spam_Detection.22_box_in_Qmailadmin.


-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]