maillist.php: munging email addresses and hiding email addresses of newly created users.. [message #18610] |
Sun, 30 May 2004 20:21 |
Tobias Eigen
Messages: 85 Registered: June 2003 Location: Seattle, WA USA
Karma: 0
|
Member |
|
|
Hi gang,
Having another go at FUD Forum. I just started importing a mailman mailing list archive into a FUD forum and came across two issues:
1) email addresses within posts are not being munged - this was being done nicely in my other archiving system. Any way we can do this without running the messages through another parser? Would be desirable to be able to munge email addresses on a per-list basis.
2) users created automatically via the maillist.php script have their email address publicly visible by default. I seem to recall having changed this in the past but don't remember where or how.
So far very happy with the progress FUD has made since I last tried this.. maybe it's time for me to finally take the plunge!
Best wishes,
Tobias
Kabissa - Space for change in Africa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: maillist.php: munging email addresses and hiding email addresses of newly created users.. [message #18637 is a reply to message #18635] |
Tue, 01 June 2004 02:04 |
Tobias Eigen
Messages: 85 Registered: June 2003 Location: Seattle, WA USA
Karma: 0
|
Member |
|
|
thanks for this - am I right in assuming from the explanation in fud_users.tbl (below) that the option bitmasks are basically added together to arrive at the number in the options field? So I subtract 32768 from the bitmap?
Cheers,
Tobias
Quote: |
# Opts
# 1 display_email (ON/OFF)
# 2 notify (ON/OFF)
# 4 notify_method (EMAIL/ICQ)
# 8 ignore_admin (ON/OFF)
# 16 email_messages (ON/OFF)
# 32 pm_messages (ON/OFF)
# 64 pm_notify (ON/OFF)
# 128 default_topic_view (MSG/TREE)
# 256 default_message_view (MSG/TREE)
# 512 gender (UNSPECIFIED)
# 1024 gender (MALE/FEMALE)
# 2048 append_sig (ON/OFF)
# 4096 show_sigs (ON/OFF)
# 8192 show_avatars (ON/OFF)
# 16384 show_im (ON/OFF)
# 32768 invisible_mode (ON/OFF)
# 65536 blocked (ON/OFF)
# 131072 email_conf (ON/OFF)
# 262144 coppa (ON/OFF)
# 524288 is_mod (ON/OFF)
# 1048576 is_admin (ON/OFF)
# 2097152 acc_status (P/A)
# 4194304 avatar_approved (No Avatar)
# 8388608 avatar_approved YES
# 16777216 avatar_approved NO
# 33554432 admin disabled PM (ON/OFF)
# 67108864 admin disabled signature (ON/OFF)
# 134217728 do not send e-mail notifications (ON/OFF)
|
Kabissa - Space for change in Africa
|
|
|
|
|