Server Spam Control via User Signals and Data Representations

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current e-mail spam filters are ineffective in recognizing new forms of spam and often mistakenly filter desired messages, leading to resource wastage and increased spam proliferation, as they rely on outdated rule sets and require individual message analysis.

Innovation Solution

A server system that restricts access to electronic messages based on user-generated spam notification signals, allowing users to determine what constitutes spam and limiting access to messages from known spam sources, without relying on traditional spam filters, and uses programmable databases for dynamic response management.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional spam filters are used to analyze each individual e-mail message, then spam detection capability is improved, but message transfer speed deteriorates and system resources are wasted

Engineering Contradiction:
Improvespam detection capabilityVSAvoidmessage transfer speed
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system performs preliminary actions by obtaining message data before full delivery and analyzing it in advance. The server retrieves message data from a database, generates message data representations, and performs spam analysis on these representations before the actual message is fully transmitted to recipients. This preliminary analysis allows spam filtering to occur without blocking the main message flow.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system segments the spam filtering process into separate components: obtaining message data, generating message data representations, and analyzing the representations. This segmentation allows the filtering operation to be performed on simplified data structures rather than complete messages, reducing the computational burden on the main message transmission path.

Inventive Principle:
Principle #1Segmentation

2Reliability

If traditional spam filters with rule sets are used, then existing spam recognition is improved, but new forms of spam are not recognized and desired messages are mistakenly filtered

Engineering Contradiction:
Improveexisting spam recognitionVSAvoidrecognition of new spam forms
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The system implements feedback mechanisms where users can report spam messages, and the server learns from these reports. The server obtains additional message data based on user reports and updates its analysis. This feedback loop allows the system to adapt to new spam forms as users encounter them, rather than relying solely on pre-configured rule sets that lag behind emerging spam tactics.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system performs preliminary analysis on message data representations before full delivery, allowing for early detection of both known and potentially new spam patterns. By analyzing representations rather than complete messages, the system can process more messages and identify patterns more efficiently.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If spam filters analyze each individual e-mail message, then spam detection accuracy is improved, but resource consumption increases and message transfer is delayed

Engineering Contradiction:
Improvespam detection accuracyVSAvoidresource consumption
Core Design Contradiction:
Measurement precisionVSLoss of energy

Solution Approach 1:

The system creates simplified copies of the original messages in the form of message data representations. These representations contain the essential information needed for spam analysis but use significantly fewer system resources to store and process. The server generates these representations from the original message data and performs all spam analysis operations on the copies rather than the original messages.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The filtering process is segmented into obtaining message data, generating representations, and analyzing representations. This segmentation allows the system to perform detailed analysis on simplified data structures, maintaining detection accuracy while reducing the computational resources required compared to analyzing complete messages.

Inventive Principle:
Principle #1Segmentation

4Ease of operation

If user-generated spam notification signals are used to restrict access, then user control over spam is improved, but system complexity increases

Engineering Contradiction:
Improveuser control over spamVSAvoidsystem complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The system enables users to self-serve by allowing them to generate spam notification signals themselves. When users receive spam messages, they can directly report them to the server, which then uses these user-generated signals to restrict access to the spam sources. This self-service approach empowers users to control their own spam experience without requiring complex centralized filtering rules.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS8443424B2Method and system for reducing the proliferation of electronic messages
Publication Date: 2013.05.14 KONINK KPN NV
  • US8443424B2 patent drawing
  • US8443424B2 patent drawing
  • US8443424B2 patent drawing

AI summary

A method and system for reducing the proliferation of electronic messages is disclosed. An electronic message or a portion thereof is transmitted by the server system. A spam notification signal may be received related to the electronic message or the portion thereof. Access to said electronic message is restricted solely in response to receiving the spam notification signal.