Hi,
Basically: How do I do it?
Thanks,
Mitch
Hi,
Basically: How do I do it?
Thanks,
Mitch
I’d like to know is there any HOWTO or smth too.
wambat wrote:
I’d like to know is there any HOWTO or smth too.
As far as I can see this is what you need to do:
UPDATE forums SET list_address = ‘[email protected]’ WHERE
id=‘1’;
id in this case is the id of the forum that you want to use for this.
./script/process_mails pathto/Maildir/cur 5
This will then read all the emails addressed to the mailinglist you
defined in the forums table.
And will sleep for 5 minutes before checking again.
If you have left your site.rb untouched. You are good to go.
Otherwise you have to make sure that you have something like:
:deliver_mail => true,
:bounce_address => ‘[email protected]’,
Have phun!
Mischa
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs