you may see a invasion of spam some quite hard to detect
(for that hard to detect trick is copy a normal message adding just few links and repost ..hard to detect without reading all the message ...and we are lucky that nobody yet get the idea to hide links in word as gimp or script )
But both the most visible and most hidden spam have something in commune, the goal to post hyperlinks
Then maybe most of that may be avoided ...maybe not by mollum . but simply disabling html when who post did not login first
And for the occasion may be added a useful option to this side : allow to post in PLAIN TEXT
Is a pain that often part of messages vanish because seen as html tag ,option to disable html will prevent that
And i believe automatically disable html when no login was done will deprive spammer of their goal, they are not interested to post link in plain text
It is possible to create
It is possible to create different input formats that disallow certain elements of HTML - for example, just preventing the use of <a> elements will make url spamming useless. I've even created this format already.
Drupal allows the admin to limit the access to input formats to certain user groups (e.g. anonymous users won't be allowed to use HTML, only plain text), but has one major drawback:
The default input format will always be available to everyon e and is selected by default (kind of obvious, isn't it).
This means that is the default is plain text, then authenticated users will have to change it to HTML when they want to post a URL that's supposed to be transformed into a link.
If the default format is HTML, then the unauthenticated spammers will be able to use it, too.
Legitimate Users Shouldn't Mind
I found more problematic the
Why is this
Why is this impossible?
As I wrote, it is rather easy to create an input format that allows most formatting options of HTML - different text weight, style, ... - but disallows links (the <a>element</a>). If you check the existing HTML formats, you'll see the "Restricted HTML I've created.
The only problem with this is that in order to make this useful (i.e. limit unauthenticated users to this format), it has to be the default for everyone. Authenticated users can change it, but they'll have to know about this.
We could try this for a few days, ingnore complaints by users who think that the site is suddenly broken and see if the effect on spam is noticeable. Keep in mind that this might have an impact on Mollom's spam detection:
<a href="spamsite">babble babble babble</a>
is different from
<a href="spamsite">babble babble babble</a>
if we disable links, we lose
I thought that one of the
I thought that one of the problems with the Drupal Mollom module was that the whole transformed content got sent? Or is this fixed in the current version?
Maybe we can have a restricted default, but change the value of the input format for authenticated users when a reply/post page is loaded - can we include any Javascript code conditionally? A cursory inspection of the site building options didn't show any obvious places to do this, but I didn't look very hard.
Mollom and links
I think its a good idea
Let me clear " disable links"
plain vs. embedded links
And don't think that doing
And don't think that doing this will stop spammers - they are most likely using automated tools anyway.
surbl checking enabled
We should set the filter
Is there a way to see all new/unread comments?
I like the Recent Comments, but since I don't visit daily there are often comments that have scrolled off the bottom. Is there a way in the site software to see which scripts have new comments?
-Rob A>