[Assp-test] UseTrapToCollect

2012-04-23 Thread Graziano
Hello

in DoPenaltyMakeTraps description there is a reference to UseTrapToCollect  but 
there is no trace of UseTrapToCollect in ASSP .

If UseTrapToCollect is also set they will work like spamaddresses and collect 
the mails. If set to 'use for validation' all entries regardless of their 
frequency will be used to validate incoming addresses. Note: 
LocalAddresses_Flat or DoLDAP or DoVRFY must be enabled. 

Thank you
Graziano

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


Re: [Assp-test] UseTrapToCollect Re: ASSP and spamtraps

2012-02-28 Thread Grayhat
 Try UseTrapToCollect :

DANG !!! Yes, I think that's it; sorry Victor probably I had a senior
moment :(

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


[Assp-test] UseTrapToCollect Re: ASSP and spamtraps

2012-02-28 Thread Victor Miasnikov

Hi!

 I was rereading the description related to DoPenaltyMakeTraps and
 spamtrapaddresses now, I wonder why ASSP only uses the traps to
 score IPs instead of also using them to improve the bayes/hmm corpus;

Try UseTrapToCollect :
==
Use Penalty Trap Addresses To Collect (UseTrapToCollect)

If set ASSP will use addresses from DoPenaltyMakeTraps and spamtrapaddresses 
to collect spams.
==


Best regards, Victor Miasnikov
Blog:  http://vvm.blog.tut.by/


- Original Message - 
From: Grayhat
To: assp-test lists
Sent: Tuesday, February 28, 2012 2:54 PM
Subject: [Assp-test] ASSP and spamtraps



 I was rereading the description related to DoPenaltyMakeTraps and
 spamtrapaddresses now, I wonder why ASSP only uses the traps to
 score IPs instead of also using them to improve the bayes/hmm corpus; I
 mean, given that those addresses *are* traps so they don't belong to
 any human and, by definition, they only receive junk; why not using
 them to ALSO improve the bayes spam corpus ?



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


Re: [Assp-test] UseTrapToCollect Re: ASSP and spamtraps

2012-02-28 Thread Victor Miasnikov

Hi!

 Try UseTrapToCollect :
 DANG !!! Yes, I think that's it; sorry Victor probably I had a senior
 moment :(

 No problem ;-)
I'm sow this option today. First time ;-)

Best regards, Victor Miasnikov
Blog:  http://vvm.blog.tut.by/
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


Re: [Assp-test] UseTrapToCollect Re: ASSP and spamtraps

2012-02-28 Thread Grayhat
  Try UseTrapToCollect :

  DANG !!! Yes, I think that's it; sorry Victor probably I had a
  senior moment :(
 
  No problem ;-)
 I'm sow this option today. First time ;-)

Since we're at it; to have it working you need to properly set things
up, here's what you'll need

* create a spambucket mailbox on the backend server, if you want (I
  did so) configure it to accept and delete all incoming emails

* set sendAllCollect to the above spambucket address and enable the
  UseTrapToCollect

the point is that ASSP, being a proxy can't process the DATA phase
by itself and, since the trap addresses don't exist on the backend
server, the mail would be rejected; the solution is the above one, by
setting the sendAllCollect to a valid (but sinkhole) address, ASSP
will rewrite the envelope recipient using the spambucket address so
the backend server will accept the message and allow ASSP to collect
it, by the way, and as I wrote, setting the spambucket mailbox to
discard all incoming emails is a good idea to avoid filling it up :D

Also, and for the other readers; the difference between
spamtrapaddresses and spamaddresses (if I got it right) is that the
first list won't (usually) contribute to the collection while the
second will; so, if you want to help your spam corpus grow, you may
want to use the second entry and enable the collection as for above.

What else... yes, maybe I'm wrong, if so, please correct me !

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test