[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Bulk_mailer and majordomo



Jeff Lasman said,

>> Your RaQ implements smrsh.
>> 
>> Read the documentation:
>> 
>> # man smrsh


Jeff, thanks for the info. I¹ve done the smrsch thing already.

I placed bulk_mailer here;
/usr/adm/sm.bin/bulk_mailer
When the url is executed I get a response. The response is below.

I know that spammers use bulk_mailer and can appreciate your help here.
May I impose upon you for help privately, so the info doesn¹t lead to an
increase in spam? My list is part of crimescene.com and it is
opt-in+confirm. Subscribe and Unsubscribe links are visible on the main
page. 

Thanks

Tom
tom@xxxxxxxxxxxxxx


[root sm.bin]# /usr/adm/sm.bin/bulk_mailer
usage: bulk_mailer [options] envelope_from recipient_list_file
(message appears on stdin)
options are:
    -comment text          add a header of the form "Comment: text"
    -debug                 display SMTP output on stderr; don't send msg
    -delete-list-hdrs      delete any List-* headers in input
    -domain xx.yy.zz       set domain name to 'xx.yy.zz' (overrides default)
    -list-archive xxx      add a 'List-Archive: xxx' field to output (*)
    -list-help xxx         add a 'List-Help: xxx' field to output (*)
    -list-owner xxx        add a 'List-Owner: xxx' field to output (*)
    -list-post xxx         add a 'List-Post: xxx' field to output (*)
    -list-unsubscribe xxx  add a 'List-Unsubscribe: xxx' field to output (*)
    -maxdomains ###        set max # of distinct domains per envelope
    -maxrcpts ###          set max # of recipients per envelope
    -maxsize ####          set maximum message size
    -owner user@domain     set name of list owner
    -precedence keyword    add a 'Precedence: keyword' header field (NR)
    -private               bounce if From address is not a list subscriber
    -reply-to user@domain  add a reply-to header if there's not one there
    +reply-to user@domain  force reply-to header even if there already (NR)
    -s                     check for 'unsubscribe' & similar commands
                           (if found: don't deliver, forward to list owner)
    -sendmail flags        pass 'flags' to sendmail
    -v                     turn on verbose mode
    
    NOTES:
    (NR) = NOT RECOMMENDED
     (*) = read RFC 2369 before setting these options