Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Agnello George <agnello.dsouza@gm...> - 2008-12-23 10:46:08
Attachments:
Message as HTML
|
Hi i am usin the restrict_senders plugin i am usin the folloing options in my config.php $restrictSubsequentMassEmails = '3:3:1'; $rs_report_addresses = 'admin@...'; every thing works correctly with this etting ..but he issues arises whne the admin ( admin@... ) reveives the mail. it says user4@... has been BANNED "To un-ban this user, remove the USER_IS_POSSIBLE_SPAMMER setting from their preferences. " I log to the user4@... ........ but i cannot find the USER_IS_POSSIBLE_SPAMMER setting on the web interface . ( though command line i can access user.pref file and remove the USER_IS_POSSIBLE_SPAMMER setting. ) secondly is it possible to auto - unblock the users with in a given period of a hour . -- Regards Agnello D'souza |
From: Paul Lesniewski <paul@sq...> - 2008-12-23 11:10:36
|
On Tue, Dec 23, 2008 at 2:46 AM, Agnello George <agnello.dsouza@...> wrote: > Hi > > i am usin the restrict_senders plugin i am usin the folloing options in my > config.php > > $restrictSubsequentMassEmails = '3:3:1'; > > $rs_report_addresses = 'admin@...'; > > every thing works correctly with this etting ..but he issues arises whne the > admin ( admin@... ) reveives the mail. it says > > user4@... has been BANNED > > "To un-ban this user, remove the USER_IS_POSSIBLE_SPAMMER setting from their > preferences. " > > I log to the user4@... ........ but i cannot find > the USER_IS_POSSIBLE_SPAMMER setting on the web interface . ( though command > line i can access user.pref file and remove the USER_IS_POSSIBLE_SPAMMER > setting. ) There is no web interface. > secondly is it possible to auto - unblock the users with in a given period > of a hour . Please clarify. If you want partial numbers such as 0.5 instead of 3 in your example, that is not supported. |
From: Agnello George <agnello.dsouza@gm...> - 2008-12-23 11:24:07
Attachments:
Message as HTML
|
On Tue, Dec 23, 2008 at 4:40 PM, Paul Lesniewski <paul@...>wrote: > On Tue, Dec 23, 2008 at 2:46 AM, Agnello George > <agnello.dsouza@...> wrote: > > Hi > > > > i am usin the restrict_senders plugin i am usin the folloing options in > my > > config.php > > > > $restrictSubsequentMassEmails = '3:3:1'; > > > > $rs_report_addresses = 'admin@...'; > > > > every thing works correctly with this etting ..but he issues arises whne > the > > admin ( admin@... ) reveives the mail. it says > > > > user4@... has been BANNED > > > > "To un-ban this user, remove the USER_IS_POSSIBLE_SPAMMER setting from > their > > preferences. " > > > > I log to the user4@... ........ but i cannot find > > the USER_IS_POSSIBLE_SPAMMER setting on the web interface . ( though > command > > line i can access user.pref file and remove the USER_IS_POSSIBLE_SPAMMER > > setting. ) > > There is no web interface. > thanks for the quick response so does a system admin have to manually log in to the mail server and remove the "USER_IS_POSSIBLE_SPAMMER" line from the user.pref file .?......... is there no setting in the " Dispaly Preferences" > > secondly is it possible to auto - unblock the users with in a given > period > > of a hour . > > Please clarify. i would like know is it possibel to block a possible spam user for a given period say ( 1 hr ) ... and then automaticall the lock should be removed ...... with out admin interfrance .... Thanks !! > > > ------------------------------------------------------------------------------ > ----- > squirrelmail-users mailing list > Posting guidelines: http://squirrelmail.org/postingguidelines > List address: squirrelmail-users@... > List archives: http://news.gmane.org/gmane.mail.squirrelmail.user > List info (subscribe/unsubscribe/change options): > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > -- Regards Agnello D'souza |
From: Paul Lesniewski <paul@sq...> - 2008-12-23 19:55:51
|
On Tue, Dec 23, 2008 at 3:24 AM, Agnello George <agnello.dsouza@...> wrote: > > > On Tue, Dec 23, 2008 at 4:40 PM, Paul Lesniewski <paul@...> > wrote: >> >> On Tue, Dec 23, 2008 at 2:46 AM, Agnello George >> <agnello.dsouza@...> wrote: >> > Hi >> > >> > i am usin the restrict_senders plugin i am usin the folloing options >> > in my >> > config.php >> > >> > $restrictSubsequentMassEmails = '3:3:1'; >> > >> > $rs_report_addresses = 'admin@...'; >> > >> > every thing works correctly with this etting ..but he issues arises whne >> > the >> > admin ( admin@... ) reveives the mail. it says >> > >> > user4@... has been BANNED >> > >> > "To un-ban this user, remove the USER_IS_POSSIBLE_SPAMMER setting from >> > their >> > preferences. " >> > >> > I log to the user4@... ........ but i cannot find >> > the USER_IS_POSSIBLE_SPAMMER setting on the web interface . ( though >> > command >> > line i can access user.pref file and remove the USER_IS_POSSIBLE_SPAMMER >> > setting. ) >> >> There is no web interface. > > thanks for the quick response > so does a system admin have to manually log in to the mail server and remove > the "USER_IS_POSSIBLE_SPAMMER" line from the user.pref file .?......... is > there no setting in the " Dispaly Preferences" If there was, then a spammer could unblock themselves. That doesn't make much sense, does it? The only administrative interface that an *admin* could use to make this prefs change that I know of is the Vadmin plugin (which, if you use, you should get the version that is in its CVS repository). >> > secondly is it possible to auto - unblock the users with in a given >> > period >> > of a hour . >> >> Please clarify. > > i would like know is it possibel to block a possible spam user for a given > period say ( 1 hr ) ... and then automaticall the lock should be removed > ...... with out admin interfrance .... This kind of feature is not provided. Cheers, Paul |