[EMAIL PROTECTED] wrote: >Hi, > >I just came across this website >www.webspawner.com/users/moneymakerman555 > >What is the best way to have the spam that this will likely create blocked by >surbl? > > Correction , what's the best way to have spam this will create be blocked by SpamAssassin.
SURBL isn't going to be able to do anything about spams based on this. SURBL only works on web links, and has to list an entire domain at a time. There are no weblinks in this one, and if there were, it would be links to paypal.com, so SURBL would have to list all of paypal to have any effect. Clearly SURBL can't list all of paypal for a simple pyramid scheme. However, a simple SA body rule with a regex something like: /send \$\d to the first .{0,20}\baddress on the list/i or: /send \$?[\d.]{0,5}(?: dollars)? to the first .{0,20}\baddress on the list/i Should suffice.