vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Email posted into a thread, automatically. (https://vborg.vbsupport.ru/showthread.php?t=106026)

theFAILURE 01-22-2006 06:54 PM

Email posted into a thread, automatically.
 
I have searched vb.com and vb.org for the following, and can not find an answer:

I own an anti-scam / anti-spam forum called thescambaiter.com

I have set up some email email boxes (yahoo and gmail) to be the "catcher account" for all spams and nigerian scam emails.

What I would like to do, is have the spam / scam emails forwared into a new thread in a forum that I create called "Extra Spam and Scam emails".

Does anyone know of a hack for that?

Thanks in advance!

Sven 01-22-2006 07:10 PM

Quote:

Originally Posted by theFAILURE
I have searched vb.com and vb.org for the following, and can not find an answer:

I own an anti-scam / anti-spam forum called thescambaiter.com

I have set up some email email boxes (yahoo and gmail) to be the "catcher account" for all spams and nigerian scam emails.

What I would like to do, is have the spam / scam emails forwared into a new thread in a forum that I create called "Extra Spam and Scam emails".

Does anyone know of a hack for that?

Thanks in advance!

I assume you will need a cronjob on your server that is reading all email that was sent to a specific email address/username on the server (like /var/mail/[username]) and inserts them, one by one, into the forums database.
As you're talking about one single thread for this you will have to know the latest entry in there so you will need to ask the DB before adding the 'posting'. Also I think you'll need a username that 'posted' the message.

I don't have a lot of knowledge of hacking vB but that, I think, are the steps to do...

theFAILURE 01-22-2006 08:47 PM

I was hopeing there was a script / product / plugin for this.


All times are GMT. The time now is 01:10 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01115 seconds
  • Memory Usage 1,712KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete