Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [bill0102] Problem with blocked mail form

Quote Reply
Re: [bill0102] Problem with blocked mail form In reply to
Hi Bill,

You might want to double check the form in your templates if you made changes to that particular template. My copy works fine for adding and removing blocked addresses. To remove an address manually you will need to edit the .prefs file for the user. It's located in: /*path_to_private*/data/users/*domain.com*/*first_initial_of_user*/*the_user*/.prefs. Look for something like this:

Code:
'spam' => [
'*@test.com'
],

and remove the address(es) you don't want to block from the list.

This is perl code so make sure you know what you are doing before you edit the file. Make a backup copy just in case! Post the 'spam' => section of your .prefs file here if you want help.

Regards,
Charlie

Last edited by:

Chaz: Mar 9, 2003, 11:07 AM
Subject Author Views Date
Thread Problem with blocked mail form bill0102 3313 Mar 9, 2003, 10:45 AM
Thread Re: [bill0102] Problem with blocked mail form
Chaz 3256 Mar 9, 2003, 11:06 AM
Thread Re: [Chaz] Problem with blocked mail form
bill0102 3252 Mar 9, 2003, 11:27 AM
Thread Re: [bill0102] Problem with blocked mail form
Chaz 3247 Mar 9, 2003, 11:32 AM
Post Re: [Chaz] Problem with blocked mail form
bill0102 3246 Mar 9, 2003, 1:01 PM